fix the lldb link

This commit is contained in:
Sylvestre Ledru 2017-01-19 11:04:00 +00:00
parent 0661d02f69
commit bd0c89bf42

2
debian/rules vendored
View File

@ -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