notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9020f3
)
fix libretro-super build
author
Andrés Suárez
<andres.430@gmail.com>
Wed, 30 Jul 2014 14:24:59 +0000
(09:24 -0500)
committer
Andrés Suárez
<andres.430@gmail.com>
Wed, 30 Jul 2014 14:24:59 +0000
(09:24 -0500)
fix libretro-super build
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
e6229d5
..
96e4fe9
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-126,7
+126,7
@@
ifneq (,$(findstring armasm,$(platform)))
endif
ARCH = arm
else
- TARGET := $(TARGET_NAME)_retro.dll
+ TARGET := $(TARGET_NAME)_
lib
retro.dll
CC = gcc
LD_FLAGS := -fPIC
SHARED := -shared -static-libgcc -static-libstdc++