From 67ed3ce49e1134f71097c062d881ab7066b563bb Mon Sep 17 00:00:00 2001 From: Mahyar Koshkouei Date: Sun, 14 Jan 2018 12:20:22 +0000 Subject: [PATCH] Remove double fpic in Makefile Signed-off-by: Mahyar Koshkouei --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e393924..d540c83 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ endif OBJECTS := mpv-libretro.o LDFLAGS += -lmpv -CFLAGS += -Wall -pedantic $(fpic) +CFLAGS += -Wall -pedantic all: $(TARGET)