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 f507b84 commit 33c5c2cCopy full SHA for 33c5c2c
1 file changed
.github/workflows/arm-linux.yml
@@ -34,6 +34,7 @@ jobs:
34
set(TOOLCHAIN_PREFIX arm-linux-gnueabihf)
35
set(CMAKE_C_COMPILER \${TOOLCHAIN_PREFIX}-gcc)
36
set(CMAKE_CXX_COMPILER \${TOOLCHAIN_PREFIX}-g++)
37
+ add_compile_definitions(__ANDROID__=1)
38
EOF
39
cat arm32-toolchain.cmake
40
fi
@@ -45,6 +46,7 @@ jobs:
45
46
set(TOOLCHAIN_PREFIX aarch64-linux-gnu)
47
48
49
50
51
cat arm64-toolchain.cmake
52
0 commit comments