Merge pull request #2831 from stedi67/devel

fix for https://github.com/nim-lang/Aporia/issues/69
This commit is contained in:
Dominik Picheta
2015-05-28 14:40:43 +01:00

View File

@@ -262,7 +262,7 @@ else:
else:
const iconvDll = "(libc.so.6|libiconv.so)"
when defined(macosx) and defined(powerpc):
when defined(macosx):
const prefix = "lib"
else:
const prefix = ""