makefiledir/Makefile.libdetection
changeset 2688 067c4362dcb0
parent 2000 0742fdd448e3
child 2736 3d6487cbbb69
equal deleted inserted replaced
2687:a334a1f8cb78 2688:067c4362dcb0
    21 # Automatically recognize if building on MacOSX
    21 # Automatically recognize if building on MacOSX
    22 ifeq ($(shell uname), Darwin)
    22 ifeq ($(shell uname), Darwin)
    23 OSX:=1
    23 OSX:=1
    24 # OSX uses the unix setup too
    24 # OSX uses the unix setup too
    25 UNIX:=1
    25 UNIX:=1
    26 # OSX generally uses static since so few computers actually have all the libs installed in unix style
       
    27 STATIC:=1
       
    28 endif
    26 endif
    29 
    27 
    30 # Automatically recognize if building on MorphOS
    28 # Automatically recognize if building on MorphOS
    31 ifeq ($(shell uname), MorphOS)
    29 ifeq ($(shell uname), MorphOS)
    32 MORPHOS:=1
    30 MORPHOS:=1