1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 12:39:11 +00:00

(svn r22003) -Document [FS#3447]: that SDL for Mac OS X might very well be unusable

This commit is contained in:
rubidium
2011-02-06 21:14:57 +00:00
parent 7ffef9c1e6
commit 4af28a3867
2 changed files with 15 additions and 1 deletions

View File

@@ -2265,6 +2265,12 @@ detect_sdl() {
return 0
fi
if [ "$os" = "OSX" ]; then
log 1 "WARNING: sdl is known to fail on some versions of Mac OS X"
log 1 "WARNING: with some hardware configurations. Use at own risk!"
sleep 5
fi
if [ "$with_sdl" = "1" ] || [ "$with_sdl" = "" ] || [ "$with_sdl" = "2" ]; then
sdl_config="sdl-config"
else