mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 15:41:24 +02:00
Fixed setup.sh for mac
This commit is contained in:
@@ -4,7 +4,7 @@ echo "Initializing Glest setup..."
|
||||
currentDir=$PWD
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||
cd $DIR
|
||||
bash ./build-deps.sh
|
||||
sh ./build-deps.sh
|
||||
echo
|
||||
bash ./build.sh
|
||||
sudo sh ./build.sh
|
||||
cd $currentDir
|
Reference in New Issue
Block a user