mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-09 14:28:22 +00:00
Merge pull request #178 from wizeman/link-pthread.
Link with libpthread on Linux, required by libboost_thread.
This commit is contained in:
commit
fbfbf94deb
@ -32,7 +32,8 @@ LIBS+= \
|
|||||||
-Wl,-Bdynamic \
|
-Wl,-Bdynamic \
|
||||||
-l gthread-2.0 \
|
-l gthread-2.0 \
|
||||||
-l z \
|
-l z \
|
||||||
-l dl
|
-l dl \
|
||||||
|
-l pthread
|
||||||
|
|
||||||
|
|
||||||
DEBUGFLAGS=-g -D__WXDEBUG__
|
DEBUGFLAGS=-g -D__WXDEBUG__
|
||||||
|
Loading…
Reference in New Issue
Block a user