Fixed libzip path for Arch Linux.

This commit is contained in:
Dominik Picheta
2013-07-17 22:29:21 +01:00
parent 0226cca832
commit f3b4240b87

View File

@@ -51,7 +51,7 @@ when defined(unix) and not defined(useLibzipSrc):
when defined(macosx):
{.pragma: mydll, dynlib: "libzip2.dylib".}
else:
{.pragma: mydll, dynlib: "libzip2.so(|.2|.1|.0)".}
{.pragma: mydll, dynlib: "libzip(|2).so(|.2|.1|.0)".}
else:
when defined(unix):
{.passl: "-lz".}