Merge pull request #123 from webgeek1234/pce

libretro: allow mingw cross compile
This commit is contained in:
Twinaphex 2019-08-17 14:59:03 +02:00 committed by GitHub
commit 2c0af2ece7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -495,8 +495,8 @@ WINDOWS_VERSION=1
# Windows
else
TARGET := $(TARGET_NAME)_libretro.dll
CC = gcc
CXX = g++
CC ?= gcc
CXX ?= g++
SHARED := -shared -Wl,--no-undefined -Wl,--version-script=link.T
LDFLAGS += -static-libgcc -static-libstdc++ -lwinmm
HAVE_CDROM = 1