mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +00:00
(Windows) Added a missing dependency setup check.
This commit is contained in:
parent
46e17ced6f
commit
d3ceeb345b
|
@ -38,6 +38,11 @@ rm -rf glew-*
|
|||
curl -LO https://sourceforge.net/projects/glew/files/glew/2.1.0/glew-2.1.0.zip
|
||||
unzip glew-2.1.0.zip
|
||||
|
||||
if [ ! -d glew-2.1.0 ]; then
|
||||
echo "GLEW directory is missing, aborting."
|
||||
exit
|
||||
fi
|
||||
|
||||
echo -e "\nSetting up FreeType"
|
||||
rm -rf freetype
|
||||
|
||||
|
|
Loading…
Reference in a new issue