Skip to content

Commit

Permalink
Update to latest vcpkg build
Browse files Browse the repository at this point in the history
Also set VCPKG_TARGET_TRIPLET and VCPKG_DEFAULT_HOST_TRIPLET to
x64-osx-min10.12 this is required for the new environment and also
prevents to go to crosscompile mode
  • Loading branch information
daschuer committed Jun 8, 2022
1 parent 23ad8b7 commit 0948417
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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
4 changes: 2 additions & 2 deletions packaging/macos/build_environment
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mixxx-deps-2.4-x64-osx-058063e
4ebfc80e20031bfe52589416a8465a07ef09ef8546a8d41b43c57e2c764a7545
mixxx-deps-2.4-x64-osx-min10.12-3ede1a3
afe8113d2ef6b8695610ba51bf7296b31a623f410ab8ee377173ea2214b5cca1
2 changes: 1 addition & 1 deletion packaging/windows/build_environment
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mixxx-deps-2.4-x64-windows-058063e
mixxx-deps-2.4-x64-windows-3ede1a3

0 comments on commit 0948417

Please sign in to comment.