mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-08 02:59:57 +00:00
fix var name
This commit is contained in:
parent
e1e0815e41
commit
2e851b2647
3
debian/rules
vendored
3
debian/rules
vendored
@ -374,8 +374,9 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
LIBCXX_WASM_ENABLE=yes
|
LIBCXX_WASM_ENABLE=yes
|
||||||
|
|
||||||
LIBCXX_WASM_DISABLE_DISTRO := bionic buster focal bullseye
|
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
|
LIBCXX_WASM_ENABLE=no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user