Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index 95ebf9c9960cae70fc7aadf14ce05dcdcff45463..298fd6ed766540b03027ac1d7c4bbdaa2201902d 100644 |
--- a/net/net.gyp |
+++ b/net/net.gyp |
@@ -755,6 +755,13 @@ |
'../build/linux/system.gyp:ssl', |
], |
}], |
+ ['OS=="solaris"', { |
+ 'link_settings': { |
+ 'libraries': [ |
Evan Martin
2011/06/24 17:51:18
ldflags, I think?
(it ends up in the same command
|
+ '-R/usr/lib/mps', |
+ ], |
+ }, |
+ }], |
], |
}, |
{ # else: OS is not in the above list |