mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 10:38:55 +00:00
fix the lldb link
This commit is contained in:
parent
0661d02f69
commit
bd0c89bf42
2
debian/rules
vendored
2
debian/rules
vendored
@ -492,7 +492,7 @@ endif
|
||||
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel))
|
||||
ifneq (,$(filter codecoverage,$(DEB_BUILD_OPTIONS)))
|
||||
# Create a symlink to run the testsuite: see https://bugs.archlinux.org/task/50759
|
||||
cd $(CURDIR)/$(TARGET_BUILD)/lib/python*/site-packages/lldb/; \
|
||||
cd $(CURDIR)/$(TARGET_BUILD)/lib/python*/site-packages/; \
|
||||
if test ! -e _lldb.so; then \
|
||||
ln -s lldb/_lldb.so; \
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user