mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 09:50:53 +00:00
fix the activation of libc
This commit is contained in:
parent
72f45797b9
commit
67cd1db5ec
2
debian/rules
vendored
2
debian/rules
vendored
@ -321,7 +321,7 @@ ifneq (,$(filter bolt-$(LLVM_VERSION), $(packages)))
|
|||||||
PROJECTS += ;bolt
|
PROJECTS += ;bolt
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter libllvmlibc--$(LLVM_VERSION)-dev, $(packages)))
|
ifneq (,$(filter libllvmlibc-$(LLVM_VERSION)-dev, $(packages)))
|
||||||
RUNTIMES += ;libc
|
RUNTIMES += ;libc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user