From 3ac3936464d8a6bc9912e726ac6467bdb0142b04 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sat, 23 Nov 2019 17:12:12 +0100 Subject: [PATCH] get rid of apple double files in SDL-1.2.15 win32 devel --- 3rdparty/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/3rdparty/Makefile b/3rdparty/Makefile index 741b3e93..e90ea5f5 100644 --- a/3rdparty/Makefile +++ b/3rdparty/Makefile @@ -376,6 +376,7 @@ endif ifdef WIN32 $(PREFIX)/lib/libSDLmain.a: archives/$(SDLDEVEL) $(TAR) xzf $< + find $(SDL) -name \._\* -exec rm -v {} \; patch -p0 < $(SDLDEVELPATCH) $(MKDIR) $(PREFIX) cd $(SDL) && CROSS_PATH=$(PREFIX) $(MAKE) cross