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
|
# Windows
|
||||||
else
|
else
|
||||||
TARGET := $(TARGET_NAME)_libretro.dll
|
TARGET := $(TARGET_NAME)_libretro.dll
|
||||||
CC = gcc
|
CC ?= gcc
|
||||||
CXX = g++
|
CXX ?= g++
|
||||||
SHARED := -shared -static-libgcc -static-libstdc++ -Wl,-no-undefined -Wl,-version-script=$(LIBRETRO_DIR)/link.T
|
SHARED := -shared -static-libgcc -static-libstdc++ -Wl,-no-undefined -Wl,-version-script=$(LIBRETRO_DIR)/link.T
|
||||||
TILED_RENDERING=1
|
TILED_RENDERING=1
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue