Index: SConstruct |
diff --git a/SConstruct b/SConstruct |
index 84863e38caf700ce159f24108b9a72739fe1d937..bfa53a7af40f5d9cd2d22036e7580296ec98667f 100644 |
--- a/SConstruct |
+++ b/SConstruct |
@@ -300,7 +300,12 @@ V8_EXTRA_FLAGS = { |
'-Wnon-virtual-dtor'] |
}, |
'os:win32': { |
- 'WARNINGFLAGS': ['-pedantic', '-Wno-long-long', '-Wno-pedantic-ms-format'] |
+ 'WARNINGFLAGS': ['-pedantic', |
+ '-Wno-long-long', |
+ '-Wno-pedantic-ms-format'], |
+ 'library:shared': { |
+ 'LIBS': ['winmm', 'ws2_32'] |
+ } |
}, |
'os:linux': { |
'WARNINGFLAGS': ['-pedantic'], |