mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r2506) - Fix: [OSX, makefile] The makefile can now also see OSX 10.4 as OSX
This commit is contained in:
parent
229fbefc03
commit
265e243832
@ -19,7 +19,7 @@ FREEBSD:=1
|
||||
endif
|
||||
|
||||
# Automatically recognize if building on MacOSX
|
||||
ifeq ($(VENDOR), apple)
|
||||
ifeq ($(shell uname), Darwin)
|
||||
OSX:=1
|
||||
# OSX uses the unix setup too
|
||||
UNIX:=1
|
||||
|
Loading…
Reference in New Issue
Block a user