From 93ecb8e79c3fc566a1d1fd46430cd464fc79ed4c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 10 Jan 2023 23:44:20 +0100 Subject: [PATCH] fix syntax (bis) --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 82e2beac..fa8772b6 100755 --- a/debian/rules +++ b/debian/rules @@ -762,7 +762,7 @@ build-wasm/compiler-rt-%: -DCOMPILER_RT_OS_DIR=wasi ninja -C "$@" $(NJOBS) $(VERBOSE) -ifeq ($(LIBCXX_WASM_ENABLE, "no")) +ifeq ($(LIBCXX_WASM_ENABLE), no) build-wasm/libcxx-%-wasi: build-wasm/compiler-rt-% @echo "Skipping libcxx-*-wasi on this distro $(DISTRO)" else