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( |