Index: gyp/skiaserve.gyp |
diff --git a/gyp/skiaserve.gyp b/gyp/skiaserve.gyp |
index 658b4d168b9590d8d3bcd6a762984d3404c42c73..775f4d8c70488bf22e57b2d785d3daa4b87ce6c7 100644 |
--- a/gyp/skiaserve.gyp |
+++ b/gyp/skiaserve.gyp |
@@ -45,6 +45,13 @@ |
'tools.gyp:resources', |
'tools.gyp:url_data_manager', |
], |
+ 'msvs_settings': { |
+ 'VCLinkerTool': { |
+ 'AdditionalDependencies': [ |
+ 'ws2_32.lib', |
Brian Osman
2016/04/20 14:45:07
I think this is the right place to do this? Or can
|
+ ], |
+ }, |
+ }, |
}, |
], |
} |