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:
@@ -20,7 +20,10 @@
|
|||||||
"hidden": true,
|
"hidden": true,
|
||||||
"inherits": [
|
"inherits": [
|
||||||
"windows_msvc_base"
|
"windows_msvc_base"
|
||||||
]
|
],
|
||||||
|
"cacheVariables": {
|
||||||
|
"CMAKE_SYSTEM_NAME": "${hostSystemName}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "windows_msvc_debug",
|
"name": "windows_msvc_debug",
|
||||||
|
|||||||
Reference in New Issue
Block a user