From 4cdacae8ddd5aae15a7b670efffd5688ec97371f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 5 Mar 2015 23:42:04 +0100 Subject: [PATCH] (linux-portable) No musl --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 8fe3060..01a3c77 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -41,7 +41,7 @@ ifeq ($(platform), unix) CFLAGS += -DFAMEC_NO_GOTOS else ifeq ($(platform), linux-portable) TARGET := $(TARGET_NAME)_libretro.so - SHARED := -shared -nostdlib -L. -lmusl + SHARED := -shared -nostdlib LIBM := DONT_COMPILE_IN_ZLIB = 1 CFLAGS += -DFAMEC_NO_GOTOS -- 2.39.2