Skip to content

Commit

Permalink
Fix the chainload toolchain for vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Oct 5, 2024
1 parent 6c32575 commit cc302e8
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') && ',
"-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=$ANDROID_NDK_HOME/build/cmake/android.toolchain.cmake",
"-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/toolchains/android.cmake",
"-DANDROID_ABI=$ABI",
"-DVCPKG_CMAKE_SYSTEM_VERSION=$MINSDKVERSION",
"-DANDROID_PLATFORM=android-$MINSDKVERSION",
Expand Down

0 comments on commit cc302e8

Please sign in to comment.