We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba72731 commit d7bb163Copy full SHA for d7bb163
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
echo "goos: ${goos} goarch: ${goarch} libc: ${libc}"
55
echo '#!/bin/sh' > "$HOME/.bin/zcc"
56
echo '#!/bin/sh' > "$HOME/.bin/zxx"
57
- if [ "${goos}" = "macos" ];then
+ if [ "${goos}" = "darwin" ];then
58
echo 'ZIG_LOCAL_CACHE_DIR="$HOME/tmp" zig cc -target '${libc}' --sysroot="$HOME/macos-SDK" -I/usr/include -L/usr/lib -F/System/Library/Frameworks $@' >> "$HOME/.bin/zcc"
59
echo 'ZIG_LOCAL_CACHE_DIR="$HOME/tmp" zig c++ -target '${libc}' --sysroot="$HOME/macos-SDK" -I/usr/include -L/usr/lib -F/System/Library/Frameworks $@' >> "$HOME/.bin/zxx"
60
else
0 commit comments