Revision: 3460
Author: [email protected]
Date: Mon Dec 14 02:20:35 2009
Log: Modified SConstruct to enable building of shared library
with hidden visibility on Mac OS X.  Patch from
Abdulla Kamar. http://codereview.chromium.org/475002
http://code.google.com/p/v8/source/detail?r=3460

Modified:
  /branches/bleeding_edge/SConstruct

=======================================
--- /branches/bleeding_edge/SConstruct  Wed Dec  9 09:20:51 2009
+++ /branches/bleeding_edge/SConstruct  Mon Dec 14 02:20:35 2009
@@ -143,6 +143,9 @@
      },
      'os:macos': {
        'CCFLAGS':      ['-ansi', '-mmacosx-version-min=10.4'],
+      'library:shared': {
+        'CPPDEFINES': ['V8_SHARED']
+      }
      },
      'os:freebsd': {
        'CPPPATH' : ['/usr/local/include'],

-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to