From 2f94057e44d670e1b9573efce003224b04699544 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 18 May 2019 08:49:40 +0200 Subject: [PATCH] 'make -j2' might make problems for some compilers, make is just fine for deployment --- linux/deploy_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/deploy_linux.sh b/linux/deploy_linux.sh index c0df7135..2321c686 100755 --- a/linux/deploy_linux.sh +++ b/linux/deploy_linux.sh @@ -3,7 +3,7 @@ cd .. make distclean qmake Jamulus.pro -make -j2 +make make dist mkdir -p deploy