From 84e556e1017c6fac83b0fb5af99a1b3391d129a2 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 18 Mar 2020 12:05:18 -0700 Subject: [PATCH] Use tabs and spaces consistently. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5bf96e9..45e22f7 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ build/libcxx.BUILT: build/llvm.BUILT build/compiler-rt.BUILT build/wasi-libc.BUI cmake -B build/libcxx -G Ninja $(LIBCXX_CMAKE_FLAGS) \ -DCMAKE_C_FLAGS="$(DEBUG_PREFIX_MAP)" \ -DCMAKE_CXX_FLAGS="$(DEBUG_PREFIX_MAP)" \ - -DLIBCXX_LIBDIR_SUFFIX=/wasm32-wasi \ + -DLIBCXX_LIBDIR_SUFFIX=/wasm32-wasi \ $(LLVM_PROJ_DIR)/libcxx ninja $(NINJA_FLAGS) -v -C build/libcxx # Do the install.