mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(Windows/ffmpeg) Standalone Makefile - Don't set it explicitly to gcc/g++
This commit is contained in:
parent
fbdc53f926
commit
6d5104f6d7
@ -177,8 +177,6 @@ else ifeq ($(platform), emscripten)
|
|||||||
else
|
else
|
||||||
|
|
||||||
ARCH_X86 = 1
|
ARCH_X86 = 1
|
||||||
CC = gcc
|
|
||||||
CXX = g++
|
|
||||||
TARGET := $(TARGET_NAME)_libretro.dll
|
TARGET := $(TARGET_NAME)_libretro.dll
|
||||||
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=link.T -Wl,--no-undefined
|
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=link.T -Wl,--no-undefined
|
||||||
CFLAGS += -Iffmpeg
|
CFLAGS += -Iffmpeg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user