mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 09:50:53 +00:00
fix typo
This commit is contained in:
parent
f5a39a82c6
commit
75890d4400
2
debian/rules
vendored
2
debian/rules
vendored
@ -1208,7 +1208,7 @@ endif
|
||||
|
||||
# Disable the python binding for buster. not sure why it regressed
|
||||
# regressed de4364f1ecaa..0745b0c0354a
|
||||
if test "$(DISTRO)" = "buster" -o "$(DISTRO)" = "bionic" -o "$(DEB_HOST_ARCH)" = "mips64el" then \
|
||||
if test "$(DISTRO)" = "buster" -o "$(DISTRO)" = "bionic" -o "$(DEB_HOST_ARCH)" = "mips64el"; then \
|
||||
mkdir -p $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/share/gdb/python/ompd/; \
|
||||
touch $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/share/gdb/python/ompd/empty; \
|
||||
echo "" > debian/python3-lldb-$(LLVM_VERSION).install; \
|
||||
|
Loading…
Reference in New Issue
Block a user