Skip to content

Commit

Permalink
Added math library to clang
Browse files Browse the repository at this point in the history
  • Loading branch information
luvies committed Apr 6, 2019
1 parent bd7182b commit b411330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CXXTEST_DIR=$(EXLIBS)/cxxtest
CXXTEST_BIN=$(CXXTEST_DIR)/bin
CXXTEST=python3 $(CXXTEST_BIN)/cxxtestgen --error-printer -o $(TEST_RUNNER) --fog-parser

CXX_FLAGS=-std=c++11 -stdlib=libc++ -Wall -I$(CXXTEST_DIR)
CXX_FLAGS=-std=c++11 -stdlib=libc++ -Wall -I$(CXXTEST_DIR) -lm

default: test

Expand Down

0 comments on commit b411330

Please sign in to comment.