mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 06:18:51 +00:00
2n attempt to fix niminst on the testing machines
This commit is contained in:
@@ -48,12 +48,13 @@
|
||||
import times
|
||||
|
||||
when defined(unix) and not defined(useLibzipSrc):
|
||||
{.passl: "-lz".}
|
||||
when defined(macosx):
|
||||
{.pragma: mydll, dynlib: "libzip2.dylib".}
|
||||
else:
|
||||
{.pragma: mydll, dynlib: "libzip2.so(|.2|.1|.0)".}
|
||||
else:
|
||||
when defined(unix):
|
||||
{.passl: "-lz".}
|
||||
{.compile: "libzip_all.c".}
|
||||
{.pragma: mydll.}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user