diff options
author | bsalomon <bsalomon@google.com> | 2016-09-06 08:40:51 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-06 08:40:51 -0700 |
commit | b2be02bb39351ed97e789f7d3e97c7180f72560f (patch) | |
tree | 2e5e61c5a88e87533362a16030b9563d634277ed /gyp | |
parent | f54c00e817b1c659209fbc65bc584b21bf6be1e1 (diff) |
Update Windows build to use VULKAN_SDK rather than VK_SDK_PATH
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2318633002
Review-Url: https://codereview.chromium.org/2318633002
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', |