Skip to content
Snippets Groups Projects
Commit ffc58945 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

add libIRDB-cfg to dependency

Former-commit-id: c57a6f74a6ffcd1b4a3f02606bf9511aa5d36ddc
parent f4c1d448
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ files=Glob( Dir('.').srcnode().abspath+"/edt*.cpp") ...@@ -32,7 +32,7 @@ files=Glob( Dir('.').srcnode().abspath+"/edt*.cpp")
pgm="edt.exe" pgm="edt.exe"
LIBPATH="$SECURITY_TRANSFORMS_HOME/lib" LIBPATH="$SECURITY_TRANSFORMS_HOME/lib"
LIBS=Split("stars "+ myenv.subst('$BASE_IRDB_LIBS')+ " IRDB-core pqxx capstone transform MEDSannotation EXEIO pebliss ElfDep") LIBS=Split("stars "+ myenv.subst('$BASE_IRDB_LIBS')+ " IRDB-core libIRDB-cfg pqxx capstone transform MEDSannotation EXEIO pebliss ElfDep")
myenv=myenv.Clone(CPPPATH=Split(cpppath)) myenv=myenv.Clone(CPPPATH=Split(cpppath))
pgm=myenv.Program(pgm, files, LIBPATH=LIBPATH, LIBS=LIBS) pgm=myenv.Program(pgm, files, LIBPATH=LIBPATH, LIBS=LIBS)
install=myenv.Install("$SECURITY_TRANSFORMS_HOME/plugins_install/", pgm) install=myenv.Install("$SECURITY_TRANSFORMS_HOME/plugins_install/", pgm)
......
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