1
0

Fixed link error with clang on x86_64.

This commit is contained in:
Alexander Harkness 2013-11-13 19:36:04 +00:00
parent f0febc2fca
commit 9692f20a99

View File

@ -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