mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 05:53:22 +00:00
Merge pull request #2831 from stedi67/devel
fix for https://github.com/nim-lang/Aporia/issues/69
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user