get rid of apple double files in SDL-1.2.15 win32 devel

This commit is contained in:
Thomas Bernard 2019-11-23 17:12:12 +01:00
parent 9b5de95481
commit 3ac3936464
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

1
3rdparty/Makefile vendored
View File

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