diff options
author | maf@google.com <maf@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-07 20:22:14 +0000 |
---|---|---|
committer | maf@google.com <maf@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-07 20:22:14 +0000 |
commit | 4332504927997c940b153385ad5c093995eae608 (patch) | |
tree | c45c116efa045c8ba80cbbbda5cf9d2e567bd4d0 /o3d/build | |
parent | 8c792422985f8063505e77a1b252d229acc8f330 (diff) | |
download | chromium_src-4332504927997c940b153385ad5c093995eae608.zip chromium_src-4332504927997c940b153385ad5c093995eae608.tar.gz chromium_src-4332504927997c940b153385ad5c093995eae608.tar.bz2 |
Changes for Mac GYP build: fix source that causes compiler warnings, fix includes and defines.
Review URL: http://codereview.chromium.org/164129
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22770 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/build')
-rw-r--r-- | o3d/build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/build/common.gypi b/o3d/build/common.gypi index 108ccd86..0c58010 100644 --- a/o3d/build/common.gypi +++ b/o3d/build/common.gypi @@ -75,7 +75,7 @@ 'xcode_settings': { 'CFLAGS': ['-gstabs+', '-fno-eliminate-unused-debug-symbols', - '-mmacosx-version-min=1.4'], + '-mmacosx-version-min=10.4'], 'WARNING_CXXFLAGS': ['-Wstrict-aliasing', '-Wno-deprecated'], }, |