Stop removing the lib, seems to be installed now

This commit is contained in:
Sylvestre Ledru 2016-04-04 13:22:56 +00:00
parent 175b391ec0
commit 69dfe64d86

2
debian/rules vendored
View File

@ -433,7 +433,7 @@ ifeq (${POLLY_ENABLE},yes)
endif
# Managed by debian build system
rm -f $(CURDIR)/$(TARGET_BUILD)/$(BUILD_DIR)/lib/python*/site-packages/lldb/_lldb.so $(TARGET_BUILD)/$(BUILD_DIR)/lib/liblldb-$(LLVM_VERSION).so
rm -f $(CURDIR)/$(TARGET_BUILD)/$(BUILD_DIR)/lib/python*/site-packages/lldb/_lldb.so
# polly tests
if test "$(POLLY_ENABLE)" = yes; then \