mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
libretro-dosbox-pure: Update patch
This commit is contained in:
parent
96f3223836
commit
1161f87c1b
@ -4,7 +4,7 @@
|
|||||||
src/*/*/*.cpp
|
src/*/*/*.cpp
|
||||||
|
|
||||||
CPUFLAGS := $(MAKE_CPUFLAGS)
|
CPUFLAGS := $(MAKE_CPUFLAGS)
|
||||||
-STRIPCMD := strip --strip-all
|
-STRIPCMD := $(or $(STRIP),strip) --strip-all
|
||||||
+STRIPCMD := ${STRIP}
|
+STRIPCMD := ${STRIP}
|
||||||
ifneq ($(ISWIN),)
|
ifneq ($(ISWIN),)
|
||||||
OUTNAME := dosbox_pure_libretro.dll
|
OUTNAME := dosbox_pure_libretro.dll
|
||||||
|
Loading…
x
Reference in New Issue
Block a user