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

Former-commit-id: 019e69fa88297473f8d96a5ec0f7f990f79203c7
parent ba5e86fa
No related branches found
No related tags found
No related merge requests found
......@@ -62,8 +62,9 @@ else:
env['BASE_IRDB_LIBS']="IRDB-core", "pqxx", "pq", "BeaEngine_s_d", "EXEIO", "pebliss"
# pebliss requires iconv, which needs to be explicit on cygwin.
if sysname == "Cygwin":
env['BASE_IRDB_LIBS'].append("iconv")
if "CYGWIN" in sysname:
# add tuple of 1 item!
env['BASE_IRDB_LIBS']=env['BASE_IRDB_LIBS']+("iconv",)
Export('env')
......
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