mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 12:33:45 +00:00
also create the lib directory for the arch which does not build compiler-rt
This commit is contained in:
parent
4ed5024991
commit
8fee87f85d
2
debian/rules
vendored
2
debian/rules
vendored
@ -161,7 +161,7 @@ override_dh_auto_install:
|
||||
# Create this fake directory to make the install libclang-common-dev happy
|
||||
# under the unsupported archs of compiler-rt
|
||||
mkdir -p $(CURDIR)/debian/tmp/usr/lib/clang/$(LLVM_VERSION)/lib
|
||||
mkdir -p $(CURDIR)/debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION)
|
||||
mkdir -p $(CURDIR)/debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION)/lib/
|
||||
|
||||
|
||||
# Rename binaries
|
||||
|
Loading…
Reference in New Issue
Block a user