Skip to content

Commit

Permalink
Fix vcpkg android
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Oct 5, 2024
1 parent 68da247 commit 32366e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
'-DVCPKG_HOST_TRIPLET=${{ matrix.host_triplet }}',
'-DVCPKG_BUILD_TYPE=release'
${{ (matrix.os_name == 'android') && ',
"-DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK_HOME/build/cmake/android.toolchain.cmake",
"-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=$ANDROID_NDK_HOME/build/cmake/android.toolchain.cmake",
"-DANDROID_ABI=$ABI",
"-DANDROID_PLATFORM=android-$MINSDKVERSION",
"-DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=BOTH",
Expand Down

0 comments on commit 32366e5

Please sign in to comment.