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 536c39c commit 86362b8Copy full SHA for 86362b8
vulkan_prebuilt_helpers.sh
@@ -57,6 +57,8 @@ function install_mac() {
57
echo "mounted dmg image: 'vulkan_sdk.dmg' (mountpoint=$mountpoint)" >&2
58
else
59
echo "could not mount dmg image: vulkan_sdk.dmg (mountpoint=$mountpoint)" >&2
60
+ file vulkan_sdk.dmg
61
+ unzip -t vulkan_sdk.dmg
62
exit 7
63
fi
64
local sdk_temp=$mountpoint
0 commit comments