We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c756f81 commit 3ffd73fCopy full SHA for 3ffd73f
2 files changed
.github/actions/3-build-cross/action.yml
@@ -97,6 +97,9 @@ runs:
97
mv "android-ndk-$version" android-ndk
98
rm android-ndk.zip
99
100
+ # remove the implicit -fstack-protector-strong
101
+ sed -i 's|^ " -fstack-protector-strong"$||' android-ndk/build/cmake/flags.cmake
102
+
103
arch='${{ inputs.arch }}'
104
apiLevel='${{ inputs.android_api_level }}'
105
cmakeFlags="-DTARGET_SYSTEM='Android;Linux;UNIX'"
.github/workflows/main.yml
@@ -14,7 +14,7 @@ concurrency:
14
cancel-in-progress: true
15
16
env:
17
- LLVM_VERSION: 2846ebab
+ LLVM_VERSION: bdd275b6
18
19
jobs:
20
build-native:
0 commit comments