diff --git a/Makefile.libretro b/Makefile.libretro index 51c96496..4bb4dd44 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -760,7 +760,7 @@ PLATFORM = libretro NO_CONFIG_MAK = yes OBJOUT = -o -LINKOUT = -o +LINKOUT = -o ifneq (,$(findstring msvc,$(platform))) CFLAGS += -wd4702 -wd4711 -wd4202 -wd4101