From 1c8f2cf763a94860fe529800de79ad810acf5c41 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 22 May 2016 21:24:59 +0200 Subject: [PATCH] Add name rule --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index da6249c5..7d1653be 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,10 @@ NEED_THREADING = 1 CORE_DEFINE := -DWANT_PSX_EMU TARGET_NAME := mednafen_psx_libretro +ifeq ($(HAVE_OPENGL),1) +TARGET_NAME := mednafen_psx_hw_libretro +endif + ifeq ($(platform), unix) TARGET := $(TARGET_NAME).so fpic := -fPIC