From 53cf5cc2cb7834b3212f1a977b620dcf1e1b5f13 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 14 Jun 2020 15:23:01 +0100 Subject: [PATCH] Don't build liblo tests Signed-off-by: falkTX --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 8a7abaf..727e319 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -46,7 +46,7 @@ build_host_autoconf pkg-config "${PKG_CONFIG_VERSION}" "--enable-indirect-deps - # liblo download liblo "${LIBLO_VERSION}" "http://download.sourceforge.net/liblo" -build_autoconf liblo "${LIBLO_VERSION}" "--enable-threads --disable-examples --disable-tools" +build_autoconf liblo "${LIBLO_VERSION}" "--enable-threads --disable-examples --disable-tests --disable-tools" # --------------------------------------------------------------------------------------------------------------------- # zlib