summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-11 15:35:10 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-11 15:35:10 +0000
commitc6674ccbf3850cd1fc20c21307bbfa3fa0fb72c2 (patch)
treec11280e78d05dc4ac3836119aeab2ff1c945e385 /build
parent5b6faa0c4f7485abc0c8d834693b3c5b20b5e416 (diff)
downloadchromium_src-c6674ccbf3850cd1fc20c21307bbfa3fa0fb72c2.zip
chromium_src-c6674ccbf3850cd1fc20c21307bbfa3fa0fb72c2.tar.gz
chromium_src-c6674ccbf3850cd1fc20c21307bbfa3fa0fb72c2.tar.bz2
First step to unbreak scons build on Mac.
Review URL: http://codereview.chromium.org/13354 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6790 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/SConscript.main3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/SConscript.main b/build/SConscript.main
index 6af08a9..ad7b7c5 100644
--- a/build/SConscript.main
+++ b/build/SConscript.main
@@ -565,6 +565,9 @@ mac_env.FilterOut(
'build/SConscript.v8',
],
)
+# TODO(bradnelson): this is needed for now because target_platform_mac has
+# OS_MACOSX defined in a weird way.
+mac_env.FilterOut(CPPDEFINES = ['OS_MACOSX=OS_MACOSX'])
if not root_env.WantSystemLib('libevent'):
mac_env.Append(