fix a typo

This commit is contained in:
Sylvestre Ledru 2017-01-07 22:28:28 +00:00
parent 7dd32455cd
commit 8de5f275db

2
debian/rules vendored
View File

@ -494,7 +494,7 @@ 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/; \
n -s lldb/_lldb.so
ln -s lldb/_lldb.so
LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(CURDIR)/$(TARGET_BUILD)/lib/ $(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-lldb || true
endif
endif