Corrected lib name for macos.

This commit is contained in:
Yuriy Glukhov
2015-08-25 11:21:07 +03:00
parent 646af76c87
commit bb1bf2b7d0

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.}