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

fixed build to elide libxform, which is now eliminated.

Former-commit-id: f439e170893298e757ee8f3f9b87981a1d6edbf5
parent abffb0c2
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ pgm="meds2pdb"
myenv.Append(CXXFLAGS = " -std=c++11 ")
LIBPATH="$SECURITY_TRANSFORMS_HOME/lib"
LIBS=Split(" IRDB-cfg IRDB-util xform transform MEDSannotation "+env.subst('$BASE_IRDB_LIBS'))
LIBS=Split(" IRDB-cfg IRDB-util transform MEDSannotation "+env.subst('$BASE_IRDB_LIBS'))
myenv=myenv.Clone(CPPPATH=Split(cpppath))
pgm=myenv.Program(pgm, files, LIBPATH=LIBPATH, LIBS=LIBS)
install1=myenv.Install("$SECURITY_TRANSFORMS_HOME/bin/", 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