libretro: allow mingw cross compile

This commit is contained in:
Aaron Kling
2019-06-03 22:37:09 -05:00
committed by GitLab Runner
parent 0b0c76a3f2
commit f667f86715

View File

@@ -612,7 +612,7 @@ CFLAGS += -D_CRT_SECURE_NO_DEPRECATE
# Windows
else
TARGET := $(TARGET_NAME)_libretro.dll
CC = gcc
CC ?= gcc
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=src/drivers/libretro/link.T
PSS_STYLE :=2
endif