X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=aea04a16e0a12b39f8e30d3b945cfffa058d14c6;hp=be4d039a96c97f01102222115c0ed7baa82e7694;hb=e9606fcfd202207a029fff31f03b8e1a7a0d2963;hpb=89c8388a629433b54b7f0cd128b79e308f7d0555 diff --git a/Build b/Build index be4d039..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" { @@ -37,6 +34,18 @@ package "mspcore" source "source/stringcodec"; source "source/io"; source "source/fs"; + if_arch "windows" + { + overlay "windows"; + }; + if_arch "darwin" + { + overlay "osx"; + }; + if_arch "!windows" + { + overlay "unix"; + }; install true; install_map {