Merge remote-tracking branch 'origin/16' into snapshot

This commit is contained in:
Sylvestre Ledru 2023-07-21 18:43:42 +02:00
commit 3ae1d0fc92

2
debian/rules vendored
View File

@ -1068,7 +1068,7 @@ endif
# Because of hurd, we are more flexible in what we include in libclang-X.Y-rt # Because of hurd, we are more flexible in what we include in libclang-X.Y-rt
# but we don't want to install wasi files into libclang-rt as they have their own package # but we don't want to install wasi files into libclang-rt as they have their own package
# So, we remove this directory from the package # So, we remove this directory from the package
rm -f $(CURDIR)/debian/libclang-rt-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/lib/wasi/ rm -f $(CURDIR)/debian/libclang-rt-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION)/lib/wasi/
# Create this fake directory to make the install libclang-common-dev happy # Create this fake directory to make the install libclang-common-dev happy
# under the unsupported archs of compiler-rt # under the unsupported archs of compiler-rt