Chromium Code Reviews| Index: Makefile |
| diff --git a/Makefile b/Makefile |
| index cdf5d74832fa79bbdc4a5b4abde0faedc8cfa8e2..ff01c7d779ab5f863bea679078425db0f0b72574 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -140,9 +140,9 @@ endif |
| # asan=/path/to/clang++ |
| ifneq ($(strip $(asan)),) |
| GYPFLAGS += -Dasan=1 |
| - export CXX="$(asan)" |
| - export CXX_host="$(asan)" |
| - export LINK="$(asan)" |
| + export CXX=$(asan) |
| + export CXX_host=$(asan) |
| + export LINK=$(asan) |
| export ASAN_SYMBOLIZER_PATH="$(dir $(asan))llvm-symbolizer" |
| endif |