mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
link pthreads in a way that works on freebsd too
This commit is contained in:
parent
b29bde8e37
commit
a8463b9341
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ SRC = xwrelay.cpp \
|
|||
permid.cpp \
|
||||
|
||||
OBJ = $(patsubst %.cpp,%.o,$(SRC))
|
||||
LDFLAGS += -lpthread -g
|
||||
LDFLAGS += -pthread -g
|
||||
CPPFLAGS += -g -Wall
|
||||
# turn on semaphore debugging
|
||||
# CPPFLAGS += -DDEBUG_LOCKS
|
||||
|
|
Loading…
Reference in a new issue