summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2010-11-17 06:24:24 (GMT)
committerMarius Kintel <marius@kintel.net>2010-11-17 06:24:24 (GMT)
commitdd73cb94a07bd53e90d56d7a3aef843380ba1396 (patch)
treef55eb40fcc27d13faa14ec7f195a10bcb2f149e8 /scripts
parentadf2c3b8fc2f62c4f9cf27d84448b4160a85d141 (diff)
remove existing glew before building
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/macosx-build-dependencies.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh
index ef4653c..bfad827 100755
--- a/scripts/macosx-build-dependencies.sh
+++ b/scripts/macosx-build-dependencies.sh
@@ -132,6 +132,7 @@ build_glew()
version=$1
echo "Building GLEW" $version "..."
cd $BASEDIR/src
+ rm -r glew-*
curl -LO http://downloads.sourceforge.net/project/glew/glew/$version/glew-$version.tgz
tar xzf glew-$version.tgz
cd glew-$version
contact: Jan Huwald // Impressum