From ad9a404582539cc0d069e71ba2269e35775f0800 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 7 Nov 2005 17:37:24 +0000 Subject: [PATCH] use -pthread --- Make.unix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Make.unix b/Make.unix index 753e023..858c702 100644 --- a/Make.unix +++ b/Make.unix @@ -1,6 +1,6 @@ # Unix -PTHREAD= -#PTHREAD=-pthread +#PTHREAD= # for Mac +PTHREAD=-pthread AR=ar AS=as RANLIB=ranlib