Skip to content

Commit 7073cfc

Browse files
committed
release: don't use legacy Android CMake toolchain file
1 parent 5bed8ec commit 7073cfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ jobs:
677677
-DTEST_TEST=TRUE \
678678
-DCMAKE_PREFIX_PATH="${{ steps.sdk.outputs.prefix }}" \
679679
-DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK_HOME}/build/cmake/android.toolchain.cmake \
680+
-DANDROID_USE_LEGACY_TOOLCHAIN=0 \
680681
-DANDROID_ABI=${android_abi} \
681682
-DCMAKE_BUILD_TYPE=Release \
682683
-B "${android_abi}"

0 commit comments

Comments
 (0)