(svn r972) Makefile: added make release (currently only works on mac)
Mac: sets the STATIC flag if no makefile.config is found
This commit is contained in:
@@ -23,6 +23,8 @@ ifeq ($(VENDOR), apple)
|
||||
OSX:=1
|
||||
# OSX uses the unix setup too
|
||||
UNIX:=1
|
||||
# OSX generally uses static since so few computers actually have all the libs installed in unix style
|
||||
STATIC:=1
|
||||
endif
|
||||
|
||||
# Automatically recognize if building on MorphOS
|
||||
|
||||
Reference in New Issue
Block a user