mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 12:07:51 +00:00
Corrected lib name for macos.
This commit is contained in:
@@ -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.}
|
||||
|
||||
Reference in New Issue
Block a user