mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-15 06:12:34 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user