mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
applies to any msvc
This commit is contained in:
parent
8e3a2ad480
commit
0bda66cc2e
@ -60,7 +60,7 @@ ifeq ($(WHOLE_ARCHIVE_LINK), 1)
|
||||
WHOLE_END := -Wl,--no-whole-archive
|
||||
endif
|
||||
|
||||
ifeq ($(platform), windows_msvc2003_x86)
|
||||
ifneq (,$(findstring msvc,$(platform)))
|
||||
LIBS := $(WHOLE_START) $(WHOLE_END)
|
||||
else
|
||||
LIBS := $(WHOLE_START) -lretro_$(platform) $(WHOLE_END)
|
||||
|
Loading…
x
Reference in New Issue
Block a user