Remove double fpic in Makefile

Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
This commit is contained in:
Mahyar Koshkouei 2018-01-14 12:20:22 +00:00
parent 1d05713672
commit 67ed3ce49e
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ endif
OBJECTS := mpv-libretro.o
LDFLAGS += -lmpv
CFLAGS += -Wall -pedantic $(fpic)
CFLAGS += -Wall -pedantic
all: $(TARGET)