Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index a01d668ba7634c174e04550cddc873ddfbc8b8c6..fb957a5862b0f3f99117928903d3c00d2b92a300 100644 |
--- a/gyp/tools.gyp |
+++ b/gyp/tools.gyp |
@@ -519,7 +519,7 @@ |
# VS static libraries don't have a linker option. We must set a global |
# project linker option, or add it to each executable. |
['skia_win_debuggers_path and skia_os == "win" and ' |
- 'skia_arch_width == 64', |
+ 'skia_arch_type == "x86_64"', |
{ |
'msvs_settings': { |
'VCLinkerTool': { |
@@ -531,7 +531,7 @@ |
}, |
], |
['skia_win_debuggers_path and skia_os == "win" and ' |
- 'skia_arch_width == 32', |
+ 'skia_arch_type == "x86"', |
{ |
'msvs_settings': { |
'VCLinkerTool': { |