forked from mirror/OpenTTD
(svn r3864) -Fix: small problems with make-system, making room for a wrapper-configure
This commit is contained in:
@@ -6,6 +6,8 @@ endif
|
||||
|
||||
ifeq ($(shell expr $(CONFIG_VERSION) \< 9), 1)
|
||||
|
||||
ifndef BYPASS_OS_DETECT
|
||||
|
||||
# Automatically recognize if building on Win32
|
||||
ifdef WINDIR
|
||||
ifndef UNIX
|
||||
@@ -56,6 +58,9 @@ SUNOS:=1
|
||||
UNIX:=1
|
||||
endif
|
||||
|
||||
# END BYPASS_OS_DETECT
|
||||
endif
|
||||
|
||||
# FreeBSD uses sdl11 instead of sdl
|
||||
ifdef FREEBSD
|
||||
SDL-CONFIG:=sdl11-config
|
||||
|
Reference in New Issue
Block a user