fix: use manual vcpkg installation for macOS builds

Replaces cargo-vcpkg with direct vcpkg installation for macOS to fix
libogg build failures. Uses vcpkg 2025.10.17 with proper SDL2 package
installation and VCPKG_ROOT environment variable for rust-sdl2
integration. Windows and Linux continue using cargo-vcpkg.
This commit is contained in:
Ryan Walters
2025-11-02 11:34:55 -06:00
parent 3f6126418a
commit aeb03aaf52
2 changed files with 39 additions and 4 deletions

View File

@@ -83,8 +83,6 @@ rev = "2024.11.16" # to check for a new one, check https://github.com/microsoft/
[package.metadata.vcpkg.target]
x86_64-pc-windows-msvc = { triplet = "x64-windows-static-md" }
x86_64-unknown-linux-gnu = { triplet = "x64-linux" }
x86_64-apple-darwin = { triplet = "x64-osx" }
aarch64-apple-darwin = { triplet = "arm64-osx" }
[features]
# Windows-specific features