summaryrefslogtreecommitdiffstats
path: root/src/libtorrent-rasterbar.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtorrent-rasterbar.mk')
-rw-r--r--src/libtorrent-rasterbar.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libtorrent-rasterbar.mk b/src/libtorrent-rasterbar.mk
index b3039c6..57c2c7d 100644
--- a/src/libtorrent-rasterbar.mk
+++ b/src/libtorrent-rasterbar.mk
@@ -23,7 +23,8 @@ define $(PKG)_BUILD
PKG_CONFIG='$(PREFIX)/bin/$(TARGET)-pkg-config' \
--with-boost-system=boost_system-mt \
--disable-debug \
- --enable-tests --enable-examples
+ --disable-tests \
+ --disable-examples
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef