diff options
Diffstat (limited to 'package/libtorrent')
-rw-r--r-- | package/libtorrent/libtorrent.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtorrent/libtorrent.mk b/package/libtorrent/libtorrent.mk index 100e68465..0c29661c4 100644 --- a/package/libtorrent/libtorrent.mk +++ b/package/libtorrent/libtorrent.mk @@ -13,4 +13,4 @@ LIBTORRENT_CONF_OPT = --enable-aligned \ LIBTORRENT_INSTALL_STAGING = YES LIBTORRENT_AUTORECONF = YES -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |