Skip to content

Commit

Permalink
Add -pthread
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Dec 16, 2016
1 parent 904dcae commit b433986
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 @@ -25,7 +25,7 @@ export BUILDTYPE ?= Release

OS := $(shell uname -s)
ifeq ($(OS), Linux)
#EXTRA_FLAGS = -pthreads
EXTRA_FLAGS = -pthread
endif
ifeq ($(OS), Darwin)
EXTRA_FLAGS = -mmacosx-version-min=10.8
Expand Down

0 comments on commit b433986

Please sign in to comment.