notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
483afec
)
(OSX) Set min OS version to 10.6
author
twinaphex
<libretro@gmail.com>
Fri, 3 Jan 2014 16:44:01 +0000
(17:44 +0100)
committer
twinaphex
<libretro@gmail.com>
Fri, 3 Jan 2014 16:44:01 +0000
(17:44 +0100)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
d9ab7a0
..
62044b4
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-29,7
+29,7
@@
ifeq ($(platform), unix)
CFLAGS += -DNEON_PC
else ifeq ($(platform), osx)
TARGET := $(TARGET_NAME)_libretro.dylib
- fpic := -fPIC
+ fpic := -fPIC
-mmacosx-version-min=10.6
SHARED := -dynamiclib
BUILTIN_GPU = neon
CFLAGS += -DNEON_PC