Index: gyp/gpu.gyp |
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp |
index c6202555db4a76b85928445b4c5ea7c843192397..80fc932b8ab2065164a25ab3c023f9b02eb2449b 100644 |
--- a/gyp/gpu.gyp |
+++ b/gyp/gpu.gyp |
@@ -250,7 +250,13 @@ |
], |
}, |
'link_settings': { |
- 'library_dirs': [ '<(vulkan_sdk_path)/Bin', ], |
+ 'conditions': [ |
+ [ 'skia_arch_type == "x86"', { |
+ 'library_dirs': [ '<(vulkan_sdk_path)/Bin32', ], |
+ }, { |
+ 'library_dirs': [ '<(vulkan_sdk_path)/Bin', ], |
+ }], |
+ ] |
}, |
}, { |
'variables': { |