mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
Use a multi-config generator in the CMake macos preset
Specifically Ninja Multi-Config (it's fast) Fixes CI not actually building multiple configs, as well as artifacts not found in expected locations
This commit is contained in:
parent
439636031b
commit
c9cc616786
@ -17,6 +17,7 @@
|
||||
}
|
||||
, {
|
||||
"name": "mac"
|
||||
, "generator": "Ninja Multi-Config"
|
||||
, "condition": {
|
||||
"type": "equals"
|
||||
, "lhs": "${hostSystemName}"
|
||||
|
Loading…
Reference in New Issue
Block a user