Skip to content

Commit becf249

Browse files
testing build
1 parent 7259fb2 commit becf249

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-zauth.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
export CC=$(find "$TOOLCHAIN" \( -type f -o -type l \) -name 'aarch64-apple-darwin*-clang' | head -n 1)
4040
export CXX=$(find "$TOOLCHAIN" \( -type f -o -type l \) -name 'aarch64-apple-darwin*-clang++' | head -n 1)
4141
export AR=$(find "$TOOLCHAIN" \( -type f -o -type l \) -name 'aarch64-apple-darwin*-ar' | head -n 1)
42+
export AR_aarch64_apple_darwin=$AR
43+
export CFLAGS_aarch64_apple_darwin="$CFLAGS"
44+
export LDFLAGS_aarch64_apple_darwin="$LDFLAGS"
4245
4346
if [ -z "$CC" ]; then
4447
echo "Error: couldn't find aarch64 clang in $TOOLCHAIN"
@@ -47,6 +50,7 @@ jobs:
4750
fi
4851
4952
export SDKROOT=$(dirname $(dirname $TOOLCHAIN))/SDK/MacOSX${SDK_VERSION}.sdk
53+
ls -l "$SDKROOT"
5054
export MACOSX_DEPLOYMENT_TARGET=11.0
5155
export CFLAGS="-isysroot $SDKROOT -arch arm64 -mmacosx-version-min=11.0"
5256
export LDFLAGS="-isysroot $SDKROOT -arch arm64"

0 commit comments

Comments
 (0)