Browse Source

Merge pull request #178 from wizeman/link-pthread.

Link with libpthread on Linux, required by libboost_thread.
0.8
Pieter Wuille 14 years ago
parent
commit
fbfbf94deb
  1. 3
      makefile.unix

3
makefile.unix

@ -32,7 +32,8 @@ LIBS+= \ @@ -32,7 +32,8 @@ LIBS+= \
-Wl,-Bdynamic \
-l gthread-2.0 \
-l z \
-l dl
-l dl \
-l pthread
DEBUGFLAGS=-g -D__WXDEBUG__

Loading…
Cancel
Save