mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file
This commit is contained in:
parent
d9cdeb6804
commit
a5d98b0fe9
@ -12,13 +12,13 @@
|
||||
tree -L 4 /opt/qt
|
||||
chmod +x /opt/qt/6.8.3/android_armv7/bin/qt-cmake
|
||||
/opt/qt/6.8.3/android_armv7/bin/qt-cmake \
|
||||
-DCMAKE_BUILD_TYPE:STRING=Release -G "Unix Makefiles" \
|
||||
-S . \
|
||||
-B build/armeabi_v7a \
|
||||
-DCMAKE_BUILD_TYPE:STRING=Release \
|
||||
-DANDROID_ABI=armeabi-v7a \
|
||||
-DQT_HOST_PATH:PATH="/opt/qt/6.8.3/gcc_64" \
|
||||
-DCMAKE_CXX_COMPILER:FILEPATH="$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++" \
|
||||
-DCMAKE_BUILD_TYPE:STRING=Release
|
||||
-DQT_HOST_PATH:PATH=/opt/qt/6.8.3/gcc_64 \
|
||||
-DCMAKE_CXX_COMPILER:FILEPATH=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ \
|
||||
-G "Unix Makefiles" \
|
||||
-S . \
|
||||
-B build/armeabi_v7a
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "CMake configuration failed"
|
||||
exit 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user