libretro: allow mingw cross compile
This commit is contained in:
parent
6bdd6d1b22
commit
a01a2d4dd0
|
@ -515,8 +515,8 @@ else ifneq (,$(findstring windows_msvc2017,$(platform)))
|
|||
# Windows
|
||||
else
|
||||
TARGET := $(TARGET_NAME)_libretro.dll
|
||||
CC = gcc
|
||||
CXX = g++
|
||||
CC ?= gcc
|
||||
CXX ?= g++
|
||||
SHARED := -shared -static-libgcc -static-libstdc++ -Wl,-no-undefined -Wl,-version-script=$(LIBRETRO_DIR)/link.T
|
||||
TILED_RENDERING=1
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue