Skip to content

Commit 4d5b239

Browse files
testing build
1 parent becf249 commit 4d5b239

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-zauth.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
exit 1
5050
fi
5151
52-
export SDKROOT=$(dirname $(dirname $TOOLCHAIN))/SDK/MacOSX${SDK_VERSION}.sdk
52+
export OSXCROSS="$OSXCROSS_TARGET"
53+
export SDKROOT="$OSXCROSS/target/SDK/MacOSX${SDK_VERSION}.sdk"
5354
ls -l "$SDKROOT"
5455
export MACOSX_DEPLOYMENT_TARGET=11.0
5556
export CFLAGS="-isysroot $SDKROOT -arch arm64 -mmacosx-version-min=11.0"

0 commit comments

Comments
 (0)