1
0
Fork 0

(svn r2506) - Fix: [OSX, makefile] The makefile can now also see OSX 10.4 as OSX

release/0.4.5
bjarni 2005-07-01 18:16:16 +00:00
parent 229fbefc03
commit 265e243832
1 changed files with 1 additions and 1 deletions

View File

@ -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