Fix xcode 4.1 build issue
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 5 Apr 2012 19:29:04 +0000 (19:29 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 5 Apr 2012 19:29:04 +0000 (19:29 +0000)
http://codereview.appspot.com/5992048/

git-svn-id: http://skia.googlecode.com/svn/trunk@3621 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/common_conditions.gypi

index 7152181..cfb67ae 100644 (file)
           },
         },
         'xcode_settings': {
+          'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
           'SYMROOT': '<(DEPTH)/xcodebuild',
           'SDKROOT': 'macosx10.6',
 # trying to get this to work, but it needs clang I think...