From b7745f00eacb2ca5b9c56331006f4f37d2566fdc Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 6 Apr 2012 18:45:08 +0000 Subject: Supports ThreadIds now, you can also get the thread id of any thread, and compare ThreadId objects. --- default.bld | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'default.bld') diff --git a/default.bld b/default.bld index 831959e..c6721b2 100644 --- a/default.bld +++ b/default.bld @@ -210,8 +210,7 @@ target ["tests/lzma"] LDFLAGS += "-llzma"; } -target ["tests/itoserver", "tests/socketblock", "tests/itoheap", - "tests/itoqueue1", "tests/itoqueue2", "tests/conduit"] +target ["tests/threadid"] { LDFLAGS += "-lpthread"; } -- cgit v1.2.3