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
let the user override assumed paths via environment.
lib_dir is probed first from LD_LIBRARY_PATH.
Location on libmagic.so can be overriden by passing path via LIBMAGIC
environment variable. If not found it falls back to lib_dir/libmagic.so.
Location of the magic database can be specified via MAGIC environment
variable. If not found it falls back to the previous bevahior.
With this patch it possible to run scancode is buildsystems like YOCTO,
which heaviily rely on overriding paths via environment to pick the
correct implementation from the build workspace
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
0 commit comments