mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 08:51:51 +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
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user