Fixed link error with clang on x86_64.
This commit is contained in:
parent
f0febc2fca
commit
9692f20a99
@ -103,7 +103,7 @@ endif
|
|||||||
|
|
||||||
UNAME := $(shell uname -s)
|
UNAME := $(shell uname -s)
|
||||||
ifeq ($(UNAME),Linux)
|
ifeq ($(UNAME),Linux)
|
||||||
LNK_LIBS = -lstdc++ -ldl
|
LNK_LIBS = -lstdc++ -ldl -lm
|
||||||
else
|
else
|
||||||
LNK_LIBS = -lstdc++ -lltdl
|
LNK_LIBS = -lstdc++ -lltdl
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user