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 219a46d commit 9bf0758Copy full SHA for 9bf0758
1 file 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'"
0 commit comments