vulkan: Fix sdk environment variables (#1463)

This commit is contained in:
Riad 2020-10-21 17:45:57 +01:00 committed by GitHub
parent ce22213fe8
commit 0853e57847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,8 @@
}
},
"env_set": {
"VULKAN_SDK": "$persist_dir\\scoop\\apps\\vulkan\\current"
"VULKAN_SDK": "$dir",
"VK_SDK_PATH": "$dir"
},
"checkver": {
"url": "https://vulkan.lunarg.com/sdk/home.dhtml",