]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Update .gitignore
[libs/core.git] / Build
diff --git a/Build b/Build
index be4d039a96c97f01102222115c0ed7baa82e7694..2aa78db278ab0674dfd1509fa88f91eebc803b8f 100644 (file)
--- 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,14 @@ package "mspcore"
                source "source/stringcodec";
                source "source/io";
                source "source/fs";
+               if_arch "windows"
+               {
+                       overlay "windows";
+               };
+               if_arch "!windows"
+               {
+                       overlay "unix";
+               };
                install true;
                install_map
                {