mirror of https://github.com/WerWolv/ImHex
build: Fix Windows 32 bit build
This commit is contained in:
parent
a4f6795a44
commit
7585e191d0
|
|
@ -59,13 +59,14 @@
|
||||||
{
|
{
|
||||||
"name": "vs2022-x86",
|
"name": "vs2022-x86",
|
||||||
"displayName": "Visual Studio 2022 x86",
|
"displayName": "Visual Studio 2022 x86",
|
||||||
"generator": "Visual Studio 17 2022",
|
"generator": "Ninja",
|
||||||
"binaryDir": "${sourceDir}/build/${presetName}",
|
"binaryDir": "${sourceDir}/build/${presetName}",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"CMAKE_BUILD_TYPE": "Debug",
|
|
||||||
"CMAKE_GENERATOR_PLATFORM": "Win32",
|
|
||||||
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
|
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
|
||||||
"VCPKG_MANIFEST_DIR": "${sourceDir}/dist"
|
"VCPKG_MANIFEST_DIR": "${sourceDir}/dist"
|
||||||
|
},
|
||||||
|
"environment": {
|
||||||
|
"VSCMD_ARG_TGT_ARCH": "x86"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue