From 536c78398ed1831afab9163713d110bc9bcd9eb1 Mon Sep 17 00:00:00 2001 From: Yves Martin Date: Sat, 3 Aug 2019 12:31:21 +0200 Subject: [PATCH] deluge: fix libtorrent install target --- cross/libtorrent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross/libtorrent/Makefile b/cross/libtorrent/Makefile index 366f1ea405f..d17f2a28af1 100644 --- a/cross/libtorrent/Makefile +++ b/cross/libtorrent/Makefile @@ -14,7 +14,7 @@ LICENSE = BSD # Build the libtorrent library first, then create a wheel with the python bindings CONFIGURE_TARGET = configure_target COMPILE_TARGET = compile_target build_python_wheel -INSTALL_TARGET = install_target install_python_wheel +INSTALL_TARGET = install_destdir_target install_python_wheel GNU_CONFIGURE = 1 CONFIGURE_ARGS = --enable-python-binding --with-libgeoip --with-libiconv