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:
d040632
)
Take out this override for OSX
author
twinaphex
<libretro@gmail.com>
Wed, 12 Feb 2020 11:58:21 +0000
(12:58 +0100)
committer
twinaphex
<libretro@gmail.com>
Wed, 12 Feb 2020 11:58:21 +0000
(12:58 +0100)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
5f11423
..
133ee6d
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-74,11
+74,6
@@
else ifeq ($(platform), osx)
TARGET := $(TARGET_NAME)_libretro.dylib
fpic := -fPIC
fpic += -mmacosx-version-min=10.1
-ifeq ($(DYNAREC),lightrec)
- # Override
- DYNAREC = 0
- TARGET := $(TARGET_NAME)_interpreter_libretro.dylib
-endif
# iOS
else ifeq ($(platform),$(filter $(platform),ios-arm64))