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

add missing scons dependency

Former-commit-id: b0df2c33bd7681c510328095f49a18075cb7e53b
parent ffc58945
Branches
Tags
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 libIRDB-cfg pqxx capstone transform MEDSannotation EXEIO pebliss ElfDep") LIBS=Split("stars "+ myenv.subst('$BASE_IRDB_LIBS')+ " IRDB-core libIRDB-cfg libIRDB-util.so 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.
Please register or to comment