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)
|
||||
ifeq ($(UNAME),Linux)
|
||||
LNK_LIBS = -lstdc++ -ldl
|
||||
LNK_LIBS = -lstdc++ -ldl -lm
|
||||
else
|
||||
LNK_LIBS = -lstdc++ -lltdl
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user