Skip to content

Commit

Permalink
build: add Android host to cmake include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Jun 20, 2023
1 parent 5e791d9 commit 3dbda94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ jobs:
-DCMAKE_C_COMPILER:STRING=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/clang \
-DCMAKE_FIND_ROOT_PATH:STRING=$Qt6_DIR/lib/cmake \
-DCMAKE_PREFIX_PATH:STRING=$Qt6_DIR \
-DCMAKE_MODULE_PATH:STRING=$Qt6_DIR/lib/cmake \
-DCMAKE_MODULE_PATH:STRING=$Qt6_DIR/lib/cmake;$Qt6_DIR/../gcc_64/lib/cmake \
-DCMAKE_TOOLCHAIN_FILE:PATH=$ANDROID_NDK_ROOT/build/cmake/android.toolchain.cmake \
-DQT_QMAKE_EXECUTABLE:STRING=$Qt6_DIR/bin/qmake
cmake --build . --config Release --target sites
Expand Down

0 comments on commit 3dbda94

Please sign in to comment.