diff options
-rwxr-xr-x | build_release | 3 |
1 files changed, 3 insertions, 0 deletions
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 |