Reviewers: Christian Plesner Hansen,

Description:
Modified SConstruct to enable building of shared library with hidden  
visibility
on Mac OS X.

Please review this at http://codereview.chromium.org/475002

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     SConstruct


Index: SConstruct
===================================================================
--- SConstruct  (revision 3441)
+++ SConstruct  (working copy)
@@ -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
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

Reply via email to