From 73a13d9d88ac3a5bed69e781c47ece8a465872ea Mon Sep 17 00:00:00 2001 From: David Skoland Date: Wed, 26 Dec 2018 18:02:15 +0100 Subject: added lib folder to ubuntu configure script --- scripts/configure_ubuntu.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/configure_ubuntu.sh b/scripts/configure_ubuntu.sh index 5e587ad5..98586a60 100755 --- a/scripts/configure_ubuntu.sh +++ b/scripts/configure_ubuntu.sh @@ -6,6 +6,8 @@ sudo apt install libgl1-mesa-dev mkdir tmp +mkdir ../lib + cd tmp #get the bass prebuilt -- cgit