You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to link with your own yara static library, you need to specify the path where to find the libyara.a in $YARA_LIBRARY_PATH like documented in the yara-sys readme.
If you prefer to dynamically link against libyara.so at runtime, you must set LIBRARY_STATIC=0 (source)
You can also have cc automatically compile the lib at build time and static link it by using the vendored feature.
The text was updated successfully, but these errors were encountered: