mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
link pthreads in a way that works on freebsd too
This commit is contained in:
parent
2bcac176e9
commit
ce9a913334
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…
Add table
Reference in a new issue