Chromium Code Reviews| 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 |