diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2021-11-28 11:07:19 +0100 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-11-28 21:10:33 -0800 |
| commit | 2ca5a859e9f5148a09928803cc2d109440a8067c (patch) | |
| tree | 4f0bc0cc9eb117c1726a8342b8ab093c3526bba2 /ci | |
| parent | a4aff36fb3d397459de16426ce51cdbd3c5cb0cc (diff) | |
| download | zig-2ca5a859e9f5148a09928803cc2d109440a8067c.tar.gz zig-2ca5a859e9f5148a09928803cc2d109440a8067c.zip | |
Force static libncurses in CMakeLists when static zig on macos
Add additional search paths pointing at homebrew prefixes as Apple
doesn't ship a static libncurses for linking - only a stub for dynamic
linking `libncurses.tbd`.
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/azure/macos_arm64_script | 2 | ||||
| -rwxr-xr-x | ci/azure/macos_script | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/azure/macos_arm64_script b/ci/azure/macos_arm64_script index fc9fc2f954..b8d1437e78 100755 --- a/ci/azure/macos_arm64_script +++ b/ci/azure/macos_arm64_script @@ -3,7 +3,7 @@ set -x set -e -brew update && brew install s3cmd +brew update && brew install ncurses s3cmd ZIGDIR="$(pwd)" diff --git a/ci/azure/macos_script b/ci/azure/macos_script index b320d4f21b..da0e279500 100755 --- a/ci/azure/macos_script +++ b/ci/azure/macos_script @@ -3,7 +3,7 @@ set -x set -e -brew update && brew install s3cmd +brew update && brew install ncurses s3cmd ZIGDIR="$(pwd)" ARCH="x86_64" |
