libretro-dosbox-pure: Update patch

This commit is contained in:
Garrett Brown 2023-12-12 16:13:24 -08:00
parent 96f3223836
commit 1161f87c1b

View File

@ -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