Skip to content

Commit

Permalink
deluge: fix libtorrent install target
Browse files Browse the repository at this point in the history
  • Loading branch information
ymartin59 committed Aug 3, 2019
1 parent b9f7d04 commit 536c783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cross/libtorrent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 536c783

Please sign in to comment.