mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-17 12:23:36 +00:00
Add mac builds with proper arguments
This commit is contained in:
parent
07ad250060
commit
f4617cbbda
15
.vscode/settings.json
vendored
15
.vscode/settings.json
vendored
|
@ -204,6 +204,21 @@
|
||||||
"label": "HTML5 / Debug (Watch)",
|
"label": "HTML5 / Debug (Watch)",
|
||||||
"target": "html5",
|
"target": "html5",
|
||||||
"args": ["-debug", "-watch", "-DFORCE_DEBUG_VERSION"]
|
"args": ["-debug", "-watch", "-DFORCE_DEBUG_VERSION"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "macOS / Debug",
|
||||||
|
"target": "mac",
|
||||||
|
"args": ["-debug", "-DFORCE_DEBUG_VERSION"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "macOS / Release",
|
||||||
|
"target": "mac",
|
||||||
|
"args": ["-release"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "macOS / Release (GitHub Actions)",
|
||||||
|
"target": "mac",
|
||||||
|
"args": ["-release", "-DGITHUB_BUILD"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"cmake.configureOnOpen": false,
|
"cmake.configureOnOpen": false,
|
||||||
|
|
Loading…
Reference in a new issue