We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5869b commit 6d99e27Copy full SHA for 6d99e27
.github/actions/upload-mobile-dlls/action.yml
@@ -88,6 +88,7 @@ runs:
88
-D CMAKE_OSX_ARCHITECTURES="arm64"
89
-D CMAKE_OSX_DEPLOYMENT_TARGET=13.0
90
-D CMAKE_BUILD_TYPE=Release
91
+ -D CMAKE_C_FLAGS="-DPNG_ARM_NEON_OPT=0"
92
shell: ${{ inputs.shell_type }}
93
94
- name: Build by CMake
0 commit comments