fix mingw64 installer
This commit is contained in:
parent
7d8b751afd
commit
6c8a9af300
2 changed files with 5 additions and 6 deletions
|
@ -29,12 +29,7 @@ ifndef USE_INTERNAL_JPEG
|
|||
USE_INTERNAL_JPEG=1
|
||||
endif
|
||||
|
||||
|
||||
ifeq ($(ARCH),x64)
|
||||
SDLDLL=SDL64.dll
|
||||
else
|
||||
SDLDLL=SDL.dll
|
||||
endif
|
||||
SDLDLL=SDL.dll
|
||||
|
||||
DEFINES=
|
||||
ifeq ($(USE_RENDERER_DLOPEN),1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue