From 0853e578476d403e871545aabc220bcb7cac1ba1 Mon Sep 17 00:00:00 2001 From: Riad Date: Wed, 21 Oct 2020 17:45:57 +0100 Subject: [PATCH] vulkan: Fix sdk environment variables (#1463) --- bucket/vulkan.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bucket/vulkan.json b/bucket/vulkan.json index 453725e4bc..df04d07658 100644 --- a/bucket/vulkan.json +++ b/bucket/vulkan.json @@ -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",