Skip to content

Commit

Permalink
Fixed Vulkan build on Windows when using glslangValidator.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismile committed Dec 17, 2024
1 parent 4f2744b commit 4cb1473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-msvc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ pushd third_party
IF "%VULKAN_SDK%"=="" (
for /D %%F in (C:\VulkanSDK\*) do (
set VULKAN_SDK=%%F
set "PATH=%%F\Bin;%PATH%"
goto vulkan_finished
)
)
Expand Down

0 comments on commit 4cb1473

Please sign in to comment.