fix the activation of libc

This commit is contained in:
Sylvestre Ledru 2024-03-01 16:09:06 +01:00
parent 72f45797b9
commit 67cd1db5ec

2
debian/rules vendored
View File

@ -321,7 +321,7 @@ ifneq (,$(filter bolt-$(LLVM_VERSION), $(packages)))
PROJECTS += ;bolt
endif
ifneq (,$(filter libllvmlibc--$(LLVM_VERSION)-dev, $(packages)))
ifneq (,$(filter libllvmlibc-$(LLVM_VERSION)-dev, $(packages)))
RUNTIMES += ;libc
endif