mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-28 00:53:50 +00:00
test_camera was the only Catch2 target missing the `if(TARGET glm::glm)` link block — every other test linked glm but this one didn't, so the macOS arm64 builder failed to find `glm/glm.hpp` from camera.hpp. Five fopen call sites in tools/editor/cli_* passed fs::directory_entry::path().c_str() — that's wchar_t* on Windows. Routed them through `.string().c_str()` so MSYS2 GCC and clang both accept the const char* parameter. |
||
|---|---|---|
| .. | ||
| asset_extract | ||
| auth_login_probe | ||
| auth_probe | ||
| blp_convert | ||
| dbc_to_csv | ||
| editor | ||
| asset_pipeline_gui.py | ||
| backup_assets.sh | ||
| diff_classic_turtle_opcodes.py | ||
| gen_opcode_registry.py | ||
| generate_ffx_sdk_vk_permutations.sh | ||
| m2_viewer.py | ||
| opcode_map_utils.py | ||
| validate_opcode_maps.py | ||