mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
llvm needs zlib
This because libz is in the env due to a build dep (which is why we need to tighten up how this stuff works). The bug didn't appear on linux because darwin does linktime fullpath resolution and linux uses a `LIBRARY_PATH` type system.
This commit is contained in:
parent
3c10bd9f77
commit
da2f446a00
|
@ -15,6 +15,7 @@ provides:
|
|||
- bin/clang++
|
||||
|
||||
dependencies:
|
||||
zlib.net: 1
|
||||
darwin:
|
||||
apple.com/xcode/clt: '*'
|
||||
|
||||
|
|
Loading…
Reference in a new issue