Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(880)

Unified Diff: build/SConscript.main

Issue 13354: First step to unbreak scons build on Mac. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.main
===================================================================
--- build/SConscript.main (revision 6714)
+++ build/SConscript.main (working copy)
@@ -565,6 +565,9 @@
'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(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698