Skip to content

Commit 5b1dc92

Browse files
testing build
1 parent fd50095 commit 5b1dc92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-zauth.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- name: Build zauth
3636
run: |
3737
cd libs/libzauth/libzauth-c
38-
export CC=$OSXCROSS_TARGET/bin/aarch64-apple-darwin24.5-clang
39-
export CXX=$OSXCROSS_TARGET/bin/aarch64-apple-darwin24.5-clang++
40-
export AR=$OSXCROSS_TARGET/bin/aarch64-apple-darwin24.5-ar
38+
export CC=$OSXCROSS_TARGET/bin/aarch64-apple-darwin-clang
39+
export CXX=$OSXCROSS_TARGET/bin/aarch64-apple-darwin-clang++
40+
export AR=$OSXCROSS_TARGET/bin/aarch64-apple-darwin-ar
4141
export SDKROOT=$OSXCROSS_TARGET/SDK/MacOSX${SDK_VERSION}.sdk
4242
export MACOSX_DEPLOYMENT_TARGET=11.0
4343
export CFLAGS="-isysroot $SDKROOT -arch arm64 -mmacosx-version-min=11.0"

0 commit comments

Comments
 (0)