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
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@
|
|||
"hidden": true,
|
||||
"inherits": [
|
||||
"windows_msvc_base"
|
||||
]
|
||||
],
|
||||
"cacheVariables": {
|
||||
"CMAKE_SYSTEM_NAME": "${hostSystemName}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "windows_msvc_debug",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue