Changeset - r2000:0475a4935114
[Not reviewed]
master
0 1 0
bjarni - 19 years ago 2005-07-01 18:16:16
bjarni@openttd.org
(svn r2506) - Fix: [OSX, makefile] The makefile can now also see OSX 10.4 as OSX
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
makefiledir/Makefile.libdetection
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)