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': { |
bsalomon
2016/04/20 15:40:55
If it's a dependency of microhttpd then I think it
|
+ 'VCLinkerTool': { |
+ 'AdditionalDependencies': [ |
+ 'ws2_32.lib', |
+ ], |
+ }, |
+ }, |
}, |
], |
} |