We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9dd63 commit 40e04fcCopy full SHA for 40e04fc
vulkan_prebuilt_helpers.sh
@@ -61,8 +61,7 @@ function install_mac() {
61
unzip -t vulkan_sdk.zip
62
exit 7
63
fi
64
- local sdk_tmp=${VULKAN_SDK}.tmp
65
- mkdir -pv $sdk_temp
+ local sdk_temp=${VULKAN_SDK}.tmp
66
sudo InstallVulkan-${VULKAN_SDK_VERSION}.app/Contents/MacOS/InstallVulkan-${VULKAN_SDK_VERSION} --root "$sdk_temp" --accept-licenses --default-answer --confirm-command install
67
du -hs $sdk_temp
68
test -d $sdk_temp/macOS || { echo "unrecognized dmg folder layout: $sdk_temp" ; ls -l $sdk_temp ; exit 10 ; }
0 commit comments