mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(libxml2.restock)[1]
`darwin` doesn't need this.
This commit is contained in:
parent
34102f2dfa
commit
53548a46b8
|
@ -34,8 +34,9 @@ build:
|
||||||
ARGS:
|
ARGS:
|
||||||
- --prefix={{prefix}}
|
- --prefix={{prefix}}
|
||||||
- --without-lzma
|
- --without-lzma
|
||||||
# undefined symbol errors in newer llvms prevent building shared libs
|
linux:
|
||||||
CFLAGS: $CFLAGS -Wl,--undefined-version
|
# undefined symbol errors in newer llvms prevent building shared libs
|
||||||
|
CFLAGS: $CFLAGS -Wl,--undefined-version
|
||||||
|
|
||||||
test:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue