From d9849c9a5ea08171671a75cd499fefc26e9747b5 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 30 Jul 2014 17:05:21 +0200 Subject: [PATCH] Makefile - fixup Windows build --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 0621d18e..7c164228 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -133,7 +133,7 @@ endif ARCH = arm USE_DYNAREC = 1 else - TARGET := $(TARGET_NAME)_retro.dll + TARGET := $(TARGET_NAME)_libretro.dll CC = gcc fpic := -fPIC LD_FLAGS := -fPIC -- 2.39.2