libretro: allow mingw cross compile
This commit is contained in:
committed by
GitLab Runner
parent
0b0c76a3f2
commit
f667f86715
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user