mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
Libretro tests - Fixup Windows target filenames
This commit is contained in:
parent
c669c0eb21
commit
fe129521ee
@ -77,7 +77,7 @@ endif
|
||||
CFLAGS += -DARM
|
||||
else
|
||||
CC = gcc
|
||||
TARGET := $(TARGET_NAME)_retro.dll
|
||||
TARGET := $(TARGET_NAME)_libretro.dll
|
||||
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=link.T -Wl,--no-undefined
|
||||
GL_LIB := -lopengl32
|
||||
CFLAGS += -I..
|
||||
|
@ -42,7 +42,7 @@ else ifeq ($(platform), emscripten)
|
||||
SHARED := -shared -Wl,--version-script=link.T -Wl,--no-undefined
|
||||
else
|
||||
CC = gcc
|
||||
TARGET := $(TARGET_NAME)_retro.dll
|
||||
TARGET := $(TARGET_NAME)_libretro.dll
|
||||
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=link.T -Wl,--no-undefined
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user