Skip to content

Commit

Permalink
(libretro-test-gl) Lower requirements to OSX 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Aug 1, 2015
1 parent d22bec3 commit 652e614
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cores/libretro-test-gl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ else ifneq (,$(findstring osx,$(platform)))
endif
OSXVER = `sw_vers -productVersion | cut -d. -f 2`
OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
ifeq ($(OSX_LT_MAVERICKS),"YES")
fpic += -mmacosx-version-min=10.5
endif
fpic += -mmacosx-version-min=10.1
else ifeq ($(platform), pi)
TARGET := $(TARGET_NAME)_libretro.so
fpic := -fPIC
Expand Down

0 comments on commit 652e614

Please sign in to comment.