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:
Max Howell 2022-10-18 10:15:44 -04:00
parent 3c10bd9f77
commit da2f446a00

View file

@ -15,6 +15,7 @@ provides:
- bin/clang++
dependencies:
zlib.net: 1
darwin:
apple.com/xcode/clt: '*'