Skip to content

Commit 40e04fc

Browse files
committed
sdk_temp not sdk_tmp
1 parent 7c9dd63 commit 40e04fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vulkan_prebuilt_helpers.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ function install_mac() {
6161
unzip -t vulkan_sdk.zip
6262
exit 7
6363
fi
64-
local sdk_tmp=${VULKAN_SDK}.tmp
65-
mkdir -pv $sdk_temp
64+
local sdk_temp=${VULKAN_SDK}.tmp
6665
sudo InstallVulkan-${VULKAN_SDK_VERSION}.app/Contents/MacOS/InstallVulkan-${VULKAN_SDK_VERSION} --root "$sdk_temp" --accept-licenses --default-answer --confirm-command install
6766
du -hs $sdk_temp
6867
test -d $sdk_temp/macOS || { echo "unrecognized dmg folder layout: $sdk_temp" ; ls -l $sdk_temp ; exit 10 ; }

0 commit comments

Comments
 (0)