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

pull/155/head
bjarni 19 years ago
parent 6923badbba
commit c6287f942d

@ -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…
Cancel
Save