(Windows/ffmpeg) Standalone Makefile - Don't set it explicitly to gcc/g++

This commit is contained in:
twinaphex 2019-11-19 08:55:04 +01:00
parent fbdc53f926
commit 6d5104f6d7

View File

@ -177,8 +177,6 @@ else ifeq ($(platform), emscripten)
else
ARCH_X86 = 1
CC = gcc
CXX = g++
TARGET := $(TARGET_NAME)_libretro.dll
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=link.T -Wl,--no-undefined
CFLAGS += -Iffmpeg