diff options
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index a2909b8024..c548e28f24 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp @@ -184,7 +184,7 @@ [ 'skia_os == "win"', { 'variables': { 'vulkan_lib_name': '-lvulkan-1', - 'vulkan_sdk_path' : '<!(echo %VK_SDK_PATH%)', + 'vulkan_sdk_path' : '<!(echo %VULKAN_SDK%)', }, 'include_dirs': [ '<(vulkan_sdk_path)/Include', |