mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 19:51:44 +02:00
Fixed setup.sh for mac
This commit is contained in:
@@ -1,2 +1,10 @@
|
||||
#!/bin/bash
|
||||
echo
|
||||
echo "Initializing Glest setup..."
|
||||
currentDir=$PWD
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||
cd $DIR
|
||||
./build-deps.sh
|
||||
./build.sh
|
||||
echo
|
||||
./build.sh
|
||||
cd $currentDir
|
Reference in New Issue
Block a user