Skip to content
Snippets Groups Projects
Commit eea62e63 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

fixed elf_dep_test.so to not link libirdb, etc.

parent 190bb4e8
No related branches found
No related tags found
No related merge requests found
Pipeline #2471 passed
......@@ -32,5 +32,5 @@ install=myenv.Install("$SECURITY_TRANSFORMS_HOME/plugins_install/", pgm)
Default(install)
files=Glob( Dir('.').srcnode().abspath+"/elf_dep_test*.cpp")
sharedLib=myenv.SharedLibrary("elf_dep_test", files, LIBPATH=LIBPATH, LIBS=LIBS)
sharedLib=myenv.SharedLibrary("elf_dep_test", files, LIBPATH=LIBPATH, LIBS="")
Default(sharedLib)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment