mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 10:16:55 +00:00
Fix a syntax error
This commit is contained in:
parent
d5fa32f730
commit
3a53e16269
2
debian/rules
vendored
2
debian/rules
vendored
@ -167,7 +167,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_V
|
||||
mkdir -p $(CURDIR)/debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION)
|
||||
|
||||
|
||||
# Rename binaries
|
||||
|
Loading…
Reference in New Issue
Block a user