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 5be982b commit 1c46171Copy full SHA for 1c46171
.github/workflows/CrossBuilds.yml
@@ -89,6 +89,7 @@ jobs:
89
diet-build: 'OFF',
90
build_type: 'Debug',
91
diet_build: false,
92
+ packages: 'qemu-user-static',
93
ndk_version: 'r29',
94
cross_file: 'ndk/build/cmake/android-legacy.toolchain.cmake',
95
qemu: 'qemu-aarch64-static'
@@ -120,7 +121,6 @@ jobs:
120
121
mkdir ndk
122
unzip -q -d ndk android-ndk-${ndk_version}-linux.zip
123
mv ndk/*/* ndk/
- echo "$NDK_PATH"
124
cat ndk/source.properties
125
echo "set(CMAKE_CROSSCOMPILING_EMULATOR '${qemu};-L;$PWD/ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/')" >> "${cross_file}"
126
0 commit comments