windows build fixes

This commit is contained in:
Jorijn van der Graaf 2026-03-01 18:03:07 +01:00
commit 732200a461
2 changed files with 6 additions and 9 deletions

View file

@ -42,6 +42,9 @@
"defines": [
{
"name": "CRAFTER_GRAPHICS_VULKAN"
},
{
"name": "CRAFTER_GRAPHICS_WINDOWS"
}
]
},
@ -111,24 +114,18 @@
{
"name": "lib-vulkan-windows",
"extends": ["vulkan-windows", "deps"],
"type": "library",
"target": "x86_64-w64-mingw32",
"march": "x86-64"
"type": "library"
},
{
"name": "lib-vulkan-windows-debug",
"extends": ["vulkan-windows", "deps-debug"],
"type": "library",
"target": "x86_64-w64-mingw32",
"march": "x86-64",
"debug": true
},
{
"name": "lib-vulkan-windows-timing",
"extends": ["vulkan-windows", "deps-timing"],
"type": "library",
"target": "x86_64-w64-mingw32",
"march": "x86-64",
"defines": [{ "name": "CRAFTER_TIMING" }]
},
{