(OSX) Set min OS version to 10.6

This commit is contained in:
twinaphex 2014-01-03 17:33:20 +01:00
parent 01d9df8633
commit 9eb38e5a1e

View File

@ -31,7 +31,7 @@ else
endif
else ifneq (,$(findstring osx,$(platform)))
TARGET := $(TARGET_NAME)_libretro.dylib
fpic := -fPIC
fpic := -fPIC -mmacosx-version-min=10.6
SHARED := -dynamiclib
GL_LIB := -framework OpenGL
DEFINES += -DOSX