Link to math lib

Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
This commit is contained in:
Mahyar Koshkouei 2018-02-23 12:43:23 +00:00
parent 6bb5c358f3
commit c5c2053913
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ else
endif
OBJECTS := mpv-libretro.o
LDFLAGS += -lmpv -ldl
LDFLAGS += -lmpv -ldl -lm
CFLAGS += -Wall -pedantic -std=gnu99
all: $(TARGET)