Merge pull request #43119 from fire/llvm-mingw-error

Changes for 43094 mingw llvm build error.
This commit is contained in:
Rémi Verschelde 2020-10-27 08:54:26 +01:00 committed by GitHub
commit b53e2744a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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",
]
)