mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
macOS: 'dxc' is not a valid Homebrew formula — the failing brew install line was aborting early, preventing SDL2 and other packages from being installed. Removed 'dxc' from the brew install command. Linux arm64 / Windows: the add_dependencies(wowee wowee_fsr3_official_runtime_copy) forced the FSR3 Kits build (including VK permutation generation) into every normal cmake --build invocation. This broke arm64 (no DXC binary available) and Windows MSYS2 (bash script ran in wrong shell context, exit 127). The FSR3 Path A runtime is now a strictly opt-in artifact — build it explicitly with: cmake --build build --target wowee_fsr3_official_runtime_copy The main wowee binary still loads it dynamically at runtime when present and falls back gracefully when it is not. |
||
|---|---|---|
| .. | ||
| build.yml | ||
| release.yml | ||
| security.yml | ||