use -pthread

This commit is contained in:
Russ Cox 2005-11-07 17:37:24 +00:00
parent e03e9178e2
commit ad9a404582
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Unix
PTHREAD=
#PTHREAD=-pthread
#PTHREAD= # for Mac
PTHREAD=-pthread
AR=ar
AS=as
RANLIB=ranlib