X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=aea04a16e0a12b39f8e30d3b945cfffa058d14c6;hb=e9606fcfd202207a029fff31f03b8e1a7a0d2963;hp=c01f693c8a310a6261aa895991bccbd644cef9f3;hpb=609c9a508cfdc7b42c46c4f21d17639204165a00;p=libs%2Fcore.git diff --git a/Build b/Build index c01f693..aea04a1 100644 --- a/Build +++ b/Build @@ -4,12 +4,9 @@ package "mspcore" description "Mikkosoft Productions core library"; require "sigc++-2.0"; - if_arch "!windows" + build_info { - build_info - { - library "pthread"; - }; + threads true; }; if_arch "linux" { @@ -41,6 +38,10 @@ package "mspcore" { overlay "windows"; }; + if_arch "darwin" + { + overlay "osx"; + }; if_arch "!windows" { overlay "unix";