Skip to content

Commit

Permalink
fix: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed May 7, 2024
1 parent 33f34ed commit 7867a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (-not (Test-Path "win32-x64/Vulkan-SDK") -or -not (Test-Path "win32-arm64/Vul

# x64

if (-not (Test-Path "win32-x64/Vulkan-SDK") {
if (-not (Test-Path "win32-x64/Vulkan-SDK")) {
New-Item -ItemType Directory -Force -Path "win32-x64/Vulkan-SDK" | Out-Null
$VULKAN_ROOT = (Resolve-Path "win32-x64/Vulkan-SDK").Path
# build from source
Expand Down

0 comments on commit 7867a7b

Please sign in to comment.