diff options
| author | David Skoland <davidskoland@gmail.com> | 2018-12-26 18:02:15 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2018-12-26 18:02:15 +0100 |
| commit | 73a13d9d88ac3a5bed69e781c47ece8a465872ea (patch) | |
| tree | 6b29dd2a6792c80367cb4af322594a439c8cdb28 /scripts | |
| parent | 1f754776b43d7ae8f317d480b6366d8b8f0ce2d0 (diff) | |
added lib folder to ubuntu configure script
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/configure_ubuntu.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
