Chromium Code Reviews| Index: tools/clang/blink_gc_plugin/Makefile |
| diff --git a/tools/clang/blink_gc_plugin/Makefile b/tools/clang/blink_gc_plugin/Makefile |
| index d6e7da9093faf302a91d34e0c986d82d7f2a68b2..29e38340f28095a39a21c5cc0f4a793f4ca59335 100644 |
| --- a/tools/clang/blink_gc_plugin/Makefile |
| +++ b/tools/clang/blink_gc_plugin/Makefile |
| @@ -17,5 +17,5 @@ SHARED_LIBRARY = 1 |
| include $(CLANG_LEVEL)/Makefile |
| ifeq ($(OS),Darwin) |
| - LDFLAGS=-Wl,-undefined,dynamic_lookup |
| + LDFLAGS+=-Wl,-undefined,dynamic_lookup |
| endif |