From b7bfe5499cfb13b3e8593bd8bb380fbc6d68d459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 24 Feb 2024 17:02:27 +0100 Subject: [PATCH] parallel build --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1746ed9..3973125 100755 --- a/scripts/install +++ b/scripts/install @@ -82,7 +82,7 @@ ynh_script_progression --message="Compiling guacd..." --weight=30 pushd "$install_dir/.guacd-src" LDFLAGS="-lrt" ./configure --enable-allow-freerdp-snapshots --prefix="$install_dir" --datadir="$install_dir" --with-freerdp-plugin-dir="$install_dir/lib/x86_64-linux-gnu/freerdp2" - ynh_exec_warn_less make + ynh_exec_warn_less make -j $(nproc) ynh_exec_warn_less make install popd