mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 13:27:05 +00:00
fix variable usage
This commit is contained in:
parent
c5f71d0fa5
commit
14d8e0f7ba
2
debian/rules
vendored
2
debian/rules
vendored
@ -415,7 +415,7 @@ endif
|
||||
DOC_GENERATION=yes
|
||||
DOC_GENERATION_DISTRO := buster bullseye bionic focal
|
||||
# LLVM upstream moved to myst_parser but it isn't available on old distro
|
||||
ifeq (,$(filter-out $(DISABLE_DOC_GENERATION_DISTRO), $(DISTRO)))
|
||||
ifeq (,$(filter-out $(DOC_GENERATION_DISTRO), $(DISTRO)))
|
||||
DOC_GENERATION=no
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user