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

Unified Diff: build/SConscript.main

Issue 14113: Remove few more errors in mac scons build. (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 | « base/base_unittests.scons ('k') | skia/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.main
===================================================================
--- build/SConscript.main (revision 6978)
+++ build/SConscript.main (working copy)
@@ -539,6 +539,8 @@
CXX = 'g++-4.2',
LINK = '$CXX',
)
+mac_env.FilterOut(SHCCFLAGS = ['-fPIC'])
+mac_env.FilterOut(SHLINKFLAGS = ['-fPIC'])
mac_env.FilterOut(
BUILD_SCONSCRIPTS = [
« no previous file with comments | « base/base_unittests.scons ('k') | skia/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698