Skip to content

Commit

Permalink
chore: update the building script
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Nov 25, 2023
1 parent 46d711c commit 7f1fc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: |
set JAVA_HOME=%JAVA_HOME_11_X64%
set QT_HOST_PATH="${{ github.workspace }}\Qt\${{env.QT_VERSION}}\win64_mingw"
${{ github.workspace }}\Qt\${{env.QT_VERSION}}\android_armv7\bin\qt-cmake.bat -G "MinGW Makefiles" -S . -B "build\armeabi_v7a" -DJAVA_HOME=%JAVA_HOME_11_X64% -DQT_HOST_PATH:PATH="${{ github.workspace }}\Qt\${{env.QT_VERSION}}\win64_mingw" -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_CXX_COMPILER:FILEPATH="%ANDROID_NDK_ROOT%/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe" -DANDROID_SDK_ROOT:PATH="%ANDROID_SDK_ROOT%" -DANDROID_NDK_ROOT:PATH="%ANDROID_NDK_ROOT%"
${{ github.workspace }}\Qt\${{env.QT_VERSION}}\android_armv7\bin\qt-cmake.bat -G "MinGW Makefiles" -S . -B "build\armeabi_v7a" -DQT_HOST_PATH:PATH="${{ github.workspace }}\Qt\${{env.QT_VERSION}}\win64_mingw" -DJAVA_HOME=%JAVA_HOME_11_X64% -DQT_HOST_PATH:PATH="${{ github.workspace }}\Qt\${{env.QT_VERSION}}\win64_mingw" -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_CXX_COMPILER:FILEPATH="%ANDROID_NDK_ROOT%/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe" -DANDROID_SDK_ROOT:PATH="%ANDROID_SDK_ROOT%" -DANDROID_NDK_ROOT:PATH="%ANDROID_NDK_ROOT%"

0 comments on commit 7f1fc28

Please sign in to comment.