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

No more beaengine

parent 19c30869
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,11 @@ Import('env')
env.Append(CXXFLAGS=" -Wall -Werror")
env['BASE_IRDB_LIBS']="IRDB-core", "pqxx", "pq", "BeaEngine_s_d", "EXEIO", "ElfDep"
env['BASE_IRDB_LIBS']="IRDB-core", "pqxx", "pq", "EXEIO", "ElfDep"
if sysname != "SunOS":
# setup libraries needed for linking
env['BASE_IRDB_LIBS']="IRDB-core", "pqxx", "pq", "BeaEngine_s_d", "EXEIO", "pebliss", "ElfDep", "capstone"
env['BASE_IRDB_LIBS']="IRDB-core", "pqxx", "pq", "EXEIO", "pebliss", "ElfDep", "capstone"
# pebliss requires iconv, which needs to be explicit on cygwin.
if "CYGWIN" in sysname:
......
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