Skip to content

Commit cafee1d

Browse files
testing build
1 parent 5d46cca commit cafee1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-zauth.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
export LDFLAGS="-isysroot $SDKROOT -arch arm64"
5858
export PKG_CONFIG_ALLOW_CROSS=1
5959
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"
6063
6164
echo "Using CC=$CC"
6265
$CC --version || (echo "clang executable broken" && exit 1)

0 commit comments

Comments
 (0)