Skip to content
Snippets Groups Projects
Commit f26126ba authored by jdh8d's avatar jdh8d
Browse files

added libpq to link line

Former-commit-id: ba76920259fcef1e3b8271a1e8988c63d22fb316
parent beecd38b
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ cpppath='''
'''
LIBPATH="$SECURITY_TRANSFORMS_HOME/lib"
LIBS=Split("IRDB-core IRDB-cfg IRDB-util pqxx BeaEngine_s_d ")
LIBS=Split("IRDB-core IRDB-cfg IRDB-util pqxx BeaEngine_s_d pq")
myenv=myenv.Clone(CPPPATH=Split(cpppath))
pgm=myenv.Program("fill_in_indtargs.exe", Split("read_ehframe.cpp fill_in_indtargs.cpp check_thunks.cpp"), LIBPATH=LIBPATH, LIBS=LIBS)
......
......@@ -18,7 +18,7 @@ cpppath='''
$SECURITY_TRANSFORMS_HOME/beaengine/beaengineSources/Includes/
'''
LIBS="xform IRDB-core IRDB-cfg BeaEngine_s_d pqxx MEDSannotation transform"
LIBS="xform IRDB-core IRDB-cfg BeaEngine_s_d pqxx MEDSannotation transform pq"
LIBPATH="$SECURITY_TRANSFORMS_HOME/lib"
integer_files="transformutils.cpp integertransformdriver.cpp"
......
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