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

Unified Diff: tools/clang/plugins/Makefile

Issue 218613009: clang/mac: Bundle libc++.dylib with clang. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clob Created 6 years, 9 months 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
Index: tools/clang/plugins/Makefile
diff --git a/tools/clang/plugins/Makefile b/tools/clang/plugins/Makefile
index 0cfec71159cd37b884593af6e2684ab4521f6553..98ce28bbbe485c1fa3ff373f373b779e58131329 100644
--- a/tools/clang/plugins/Makefile
+++ b/tools/clang/plugins/Makefile
@@ -15,5 +15,5 @@ SHARED_LIBRARY = 1
include $(CLANG_LEVEL)/Makefile
ifeq ($(OS),Darwin)
- LDFLAGS=-Wl,-undefined,dynamic_lookup
+ LDFLAGS+=-Wl,-undefined,dynamic_lookup
endif

Powered by Google App Engine
This is Rietveld 408576698