X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=d7dfac8dfb1ad5c98b4af54c5bf00937de80adaa;hb=c13c5d2e330e4cee177c1fd8e0b6153c7e2503e4;hp=03dc8d22c3625eef39df51cc42ba98003c4203c9;hpb=f6147f00575bdf6e6b53c2ab81161f5f73d0ab84;p=libs%2Fcore.git diff --git a/Build b/Build index 03dc8d2..d7dfac8 100644 --- a/Build +++ b/Build @@ -1,3 +1,5 @@ +/* $Id$ */ + package "mspcore" { version "0.1"; @@ -7,6 +9,10 @@ package "mspcore" if "arch!=win32" { require "pthread"; + build_info + { + library "dl"; + }; }; feature "exception_backtrace" "Generate a backtrace when an exception is thrown.";