Skip to content

Commit

Permalink
Set VCPKG_TARGET_TRIPLET and VCPKG_DEFAULT_HOST_TRIPLET to x64-osx-mi…
Browse files Browse the repository at this point in the history
…n10.12

This is required for the new environment and also prevents to go to crosscompile mode
  • Loading branch information
daschuer authored Apr 7, 2022
1 parent eb4ad82 commit 54bd027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
-DMACOS_BUNDLE=ON
-DMODPLUG=OFF
-DWAVPACK=OFF
-DVCPKG_TARGET_TRIPLET=x64-osx-min10.12
-DVCPKG_DEFAULT_HOST_TRIPLET=x64-osx-min10.12
# TODO: Fix this broken test on macOS
ctest_args: --exclude-regex DirectoryDAOTest.relocateDirectory
cpack_generator: DragNDrop
Expand Down

0 comments on commit 54bd027

Please sign in to comment.