From 6c333d3349336e5fa541b64761ec5e07e2144697 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Wed, 20 Apr 2016 22:24:34 +0100 Subject: [PATCH] Add libtool to compile script --- build/scripts/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/compile.sh b/build/scripts/compile.sh index faf8f38..f5086da 100755 --- a/build/scripts/compile.sh +++ b/build/scripts/compile.sh @@ -4,4 +4,4 @@ source /build/config set -x ## Often used tools -apt_install_temporary build-essential yasm cmake automake autopoint autoconf pkg-config +apt_install_temporary build-essential yasm cmake automake autopoint autoconf libtool pkg-config