mirror of
https://github.com/mpv-player/mpv
synced 2025-03-18 17:40:30 +00:00
Remove unnecessary -lm linker flag from test program compilation command.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26552 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
83740c48da
commit
15aeb0c9ca
@ -13,4 +13,4 @@ SRCS_COMMON = crc.c \
|
||||
include ../mpcommon.mak
|
||||
|
||||
test: test.c ../cpudetect.o $(LIBNAME_COMMON)
|
||||
$(CC) $(CFLAGS) -o $@ $^ -lm
|
||||
$(CC) $(CFLAGS) -o $@ $^
|
||||
|
Loading…
Reference in New Issue
Block a user