|
@@ -7,7 +7,7 @@ if [ "$CC" = "clang" ]; then export CC="clang-3.5"; fi
|
7
|
7
|
if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.5"; fi
|
8
|
8
|
|
9
|
9
|
# Need to build latest glbinding from source
|
10
|
|
-GLBVER=`curl https://api.github.com/repos/hpicgs/glbinding/releases/latest | grep -m1 tag_name | cut -d\" -f4`
|
|
10
|
+GLBVER=`curl https://api.github.com/repos/cginternals/glbinding/releases/latest | grep -m1 tag_name | cut -d\" -f4`
|
11
|
11
|
curl -L https://github.com/hpicgs/glbinding/archive/${GLBVER}.tar.gz | tar xzf -
|
12
|
12
|
cd glbinding-${GLBVER#v}
|
13
|
13
|
|