mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
[Build] Use static versions of dependencies linked through vcpkg.
This commit is contained in:
parent
05d70f6322
commit
400d758383
@ -20,7 +20,7 @@
|
||||
"value": "x86"
|
||||
},
|
||||
"cacheVariables": {
|
||||
"VCPKG_TARGET_TRIPLET": "x86-windows"
|
||||
"VCPKG_TARGET_TRIPLET": "x86-windows-static-md"
|
||||
},
|
||||
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
|
||||
},
|
||||
@ -34,7 +34,7 @@
|
||||
"rhs": "Windows"
|
||||
},
|
||||
"cacheVariables": {
|
||||
"VCPKG_TARGET_TRIPLET": "x64-windows"
|
||||
"VCPKG_TARGET_TRIPLET": "x64-windows-static-md"
|
||||
},
|
||||
"architecture": {
|
||||
"strategy": "external",
|
||||
|
Loading…
Reference in New Issue
Block a user