Changes for 43094 mingw llvm build error.

This commit is contained in:
K. S. Ernest (iFire) Lee 2020-10-26 19:58:44 -07:00
parent 0e3b011dee
commit b2d5b619fd

View file

@ -64,6 +64,7 @@ elif env["builtin_vulkan"]:
"VK_USE_PLATFORM_WIN32_KHR",
"VULKAN_NON_CMAKE_BUILD",
"WIN32_LEAN_AND_MEAN",
"STRSAFE_NO_DEPRECATE",
'API_NAME=\\"%s\\"' % "Vulkan",
]
)