mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
Fix another typo in osxbuild.sh.
git-svn-id: https://svn.eduke32.com/eduke32@2460 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
13fe0618bc
commit
3fc35099c3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ darwinversion=`uname -r | cut -d . -f 1`
|
|||
|
||||
if [ `expr $darwinversion \< 9` == 1 ]; then
|
||||
build64=0
|
||||
echo OS X 10.4 is the minimum requirement for building.
|
||||
echo OS X 10.5 is the minimum requirement for building.
|
||||
exit 1
|
||||
fi
|
||||
if [ `expr $darwinversion \> 10` == 1 ]; then
|
||||
|
|
Loading…
Reference in a new issue