Skip to content

Commit 5db71a0

Browse files
committed
fix typo
1 parent da4ccd4 commit 5db71a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulkan_prebuilt_helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function install_mac() {
6262
exit 7
6363
fi
6464
local sdk_tmp=$VULKAN_SDK.tmp
65-
sudo InstallVulkan-${VULKAN_SDK_VERSION}.app/ContentsContents/MacOS/InstallVulkan-${VULKAN_SDK_VERSION} --root "$sdk_temp" --accept-licenses --default-answer --confirm-command install
65+
sudo InstallVulkan-${VULKAN_SDK_VERSION}.app/Contents/MacOS/InstallVulkan-${VULKAN_SDK_VERSION} --root "$sdk_temp" --accept-licenses --default-answer --confirm-command install
6666
du -hs $sdk_temp
6767
test -d $sdk_temp/macOS || { echo "unrecognized dmg folder layout: $sdk_temp" ; ls -l $sdk_temp ; exit 10 ; }
6868
cp -r $sdk_temp/macOS/* $VULKAN_SDK/

0 commit comments

Comments
 (0)