Skip to content

Commit

Permalink
Fix issue #16
Browse files Browse the repository at this point in the history
  • Loading branch information
t-mat committed Jul 11, 2013
1 parent 342c7e6 commit ed575c4
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 @@ -15,7 +15,7 @@ CXXFLAGS = -Wall -W -Wextra -pedantic -Weffc++ -Wno-missing-field-initializers -
LD = $(CXX)
LDFLAGS =

ifneq(, $(findstring darwin, $(DUMPMACHINE)))
ifneq (, $(findstring darwin, $(DUMPMACHINE)))
## Mac OS X
LDFLAGS += -pthread
else
Expand Down

0 comments on commit ed575c4

Please sign in to comment.