File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,15 @@ function install_mac() {
5656 local InstallVulkan
5757 if [[ -d InstallVulkan-${VULKAN_SDK_VERSION} .app/Contents ]] ; then
5858 InstallVulkan=InstallVulkan-${VULKAN_SDK_VERSION}
59+ elif [[ -d vulkansdk-macOS-${VULKAN_SDK_VERSION} .app/Contents ]] ; then
60+ InstallVulkan=vulkansdk-macOS-${VULKAN_SDK_VERSION}
5961 elif [[ -d InstallVulkan.app/Contents ]] ; then
6062 InstallVulkan=InstallVulkan
6163 else
62- echo " unrecognized zip/layout: vulkan_sdk.zip" >&2
64+ echo " expecting ..vulkan.app/Contents folder (perhaps lunarg changed the archive layout again?): vulkan_sdk.zip" >&2
65+ echo " file vulkan_sdk.zip" >&2
6366 file vulkan_sdk.zip
67+ echo " unzip -t vulkan_sdk.zip" >&2
6468 unzip -t vulkan_sdk.zip
6569 exit 7
6670 fi
You can’t perform that action at this time.
0 commit comments