summaryrefslogtreecommitdiffstats
path: root/src/libtorrent-rasterbar.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-09-04 05:12:13 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-09-04 05:12:13 (GMT)
commitdcd1c40a5454a171251a9b35844c93fa8fb3af1e (patch)
treeb5614e5075caf8581e8d9219d973ee118e52a57f /src/libtorrent-rasterbar.mk
parentdff8b31f4fdb23e84a7260e277348df93920a53b (diff)
downloadmxe-dcd1c40a5454a171251a9b35844c93fa8fb3af1e.zip
mxe-dcd1c40a5454a171251a9b35844c93fa8fb3af1e.tar.gz
mxe-dcd1c40a5454a171251a9b35844c93fa8fb3af1e.tar.bz2
libtorrent-rasterbar: disable tests and examples
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