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 5d46cca commit cafee1dCopy full SHA for cafee1d
.github/workflows/build-zauth.yaml
@@ -57,6 +57,9 @@ jobs:
57
export LDFLAGS="-isysroot $SDKROOT -arch arm64"
58
export PKG_CONFIG_ALLOW_CROSS=1
59
export CARGO_TARGET_AARCH64_APPLE_DARWIN_LINKER=$CC
60
+ export CC_aarch64_apple_darwin="$CC"
61
+ export CFLAGS_aarch64_apple_darwin="-isysroot $SDKROOT -arch arm64 -mmacosx-version-min=11.0"
62
+ export LDFLAGS_aarch64_apple_darwin="-isysroot $SDKROOT -arch arm64"
63
64
echo "Using CC=$CC"
65
$CC --version || (echo "clang executable broken" && exit 1)
0 commit comments