From f667f86715e6af16aa8b374ae159d785fbf93331 Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Mon, 3 Jun 2019 22:37:09 -0500 Subject: [PATCH] libretro: allow mingw cross compile --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 7a0b1e2..06dc1f4 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -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