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