From 04937cdd11daf4ecd98b80792a72a141c139ad15 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 26 Jul 2015 20:48:01 -0700 Subject: Do a clean build of glew from release script --- build_release | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_release b/build_release index 74182e2..b4af9f5 100755 --- a/build_release +++ b/build_release @@ -20,6 +20,9 @@ if [ $OS = "Linux" ]; then ln -s "$sdl" "$link" ln -s "$sdl" libSDL2.so cd .. + cd glew + make clean all + cd .. fi make PORTABLE=1 clean all -- cgit v1.2.3