From 2e851b26476f3151318a4c39216e879404fbe68a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 10 Jan 2023 22:13:52 +0100 Subject: [PATCH] fix var name --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 25b34024..ecfcd55a 100755 --- a/debian/rules +++ b/debian/rules @@ -374,8 +374,9 @@ else endif LIBCXX_WASM_ENABLE=yes + LIBCXX_WASM_DISABLE_DISTRO := bionic buster focal bullseye -ifeq (,$(filter-out $(WASM_DISABLE_DISTRO), $(DISTRO))) +ifeq (,$(filter-out $(LIBCXX_WASM_DISABLE_DISTRO), $(DISTRO))) LIBCXX_WASM_ENABLE=no endif