fix var name

This commit is contained in:
Sylvestre Ledru 2023-01-10 22:13:52 +01:00
parent e1e0815e41
commit 2e851b2647

3
debian/rules vendored
View File

@ -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