mirror of
https://github.com/libretro/libretro-prboom.git
synced 2024-11-23 16:09:41 +00:00
libretro: allow mingw cross compile
This commit is contained in:
parent
d2cf93ff39
commit
bb293df3b2
2
Makefile
2
Makefile
@ -547,7 +547,7 @@ else ifneq (,$(findstring windows_msvc2017,$(platform)))
|
||||
else
|
||||
EXT?=dll
|
||||
TARGET := $(TARGET_NAME)_libretro.$(EXT)
|
||||
CC = gcc
|
||||
CC ?= gcc
|
||||
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=libretro/link.T
|
||||
CFLAGS += -D__WIN32__ -Wno-missing-field-initializers -DHAVE_STRLWR
|
||||
LIBS =
|
||||
|
Loading…
Reference in New Issue
Block a user