From: Mikko Rasa Date: Wed, 19 Mar 2008 11:41:35 +0000 (+0000) Subject: Pthread is no longer recognized as a package by Builder X-Git-Tag: 1.0~8 X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=b68a2931b5d9d8cda445be184fcc3fa573be49d1 Pthread is no longer recognized as a package by Builder --- diff --git a/Build b/Build index d7dfac8..4542ae5 100644 --- a/Build +++ b/Build @@ -8,9 +8,9 @@ package "mspcore" require "sigc++-2.0"; if "arch!=win32" { - require "pthread"; build_info { + library "pthread"; library "dl"; }; };