Merge pull request #3244 from yglukhov/patch-1

Corrected lib name for macos.
This commit is contained in:
Andreas Rumpf
2015-08-25 10:37:46 +02:00

View File

@@ -33,7 +33,7 @@ elif defined(useNimRtl):
when defined(windows):
const nimrtl* = "nimrtl.dll"
elif defined(macosx):
const nimrtl* = "nimrtl.dylib"
const nimrtl* = "libnimrtl.dylib"
else:
const nimrtl* = "libnimrtl.so"
{.pragma: rtl, importc: "nimrtl_$1", dynlib: nimrtl, gcsafe.}