mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-18 08:29:07 -04:00
build: let cmake know when we're cross compiling on msvc
This (unsurprisingly) makes some things actually work as they're expected to when cross compiling, like windeployqt Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
822b10e46e
commit
91abebbb59
@ -20,7 +20,10 @@
|
||||
"hidden": true,
|
||||
"inherits": [
|
||||
"windows_msvc_base"
|
||||
]
|
||||
],
|
||||
"cacheVariables": {
|
||||
"CMAKE_SYSTEM_NAME": "${hostSystemName}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "windows_msvc_debug",
|
||||
|
Loading…
x
Reference in New Issue
Block a user