diff options
Diffstat (limited to 'makefiledir/Makefile.libdetection')
-rw-r--r-- | makefiledir/Makefile.libdetection | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefiledir/Makefile.libdetection b/makefiledir/Makefile.libdetection index a5e33dd14..97dc4eaa0 100644 --- a/makefiledir/Makefile.libdetection +++ b/makefiledir/Makefile.libdetection @@ -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 |