look for libgcc_s_dw2-1.dll dependency in SDL2_ttf.dll

This commit is contained in:
Thomas Bernard 2023-03-08 15:35:43 +01:00
parent 02708cc190
commit 5a3e6698a2
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF

1
3rdparty/Makefile vendored
View File

@ -395,6 +395,7 @@ $(PREFIX)/lib/libSDL2_ttf.a: $(SDL2TTF)/.ok
cd $(SDL2TTF)/build$(PLATFORMDIR) && $(MAKE) cd $(SDL2TTF)/build$(PLATFORMDIR) && $(MAKE)
cd $(SDL2TTF)/build$(PLATFORMDIR) && $(MAKE) install cd $(SDL2TTF)/build$(PLATFORMDIR) && $(MAKE) install
ifdef WIN32 ifdef WIN32
$(OBJDUMP) -p $(PREFIX)/bin/SDL2_ttf.dll | grep 'DLL Name'
$(MKDIR) ../bin && $(CP) $(PREFIX)/bin/SDL2_ttf.dll ../bin && $(STRIP) ../bin/SDL2_ttf.dll $(MKDIR) ../bin && $(CP) $(PREFIX)/bin/SDL2_ttf.dll ../bin && $(STRIP) ../bin/SDL2_ttf.dll
endif endif
echo "$(SDL2TTF)" > ../doc/README-SDL2_ttf.txt echo "$(SDL2TTF)" > ../doc/README-SDL2_ttf.txt