]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Move non-oneliner functions out of RefPtr class declaration
[libs/core.git] / Build
diff --git a/Build b/Build
index fb10fd448ee77676890b733a5553d3c61e5763e3..6ece10b05e07c70993ee64c9032015c436b9c73a 100644 (file)
--- a/Build
+++ b/Build
@@ -24,6 +24,14 @@ package "mspcore"
                };
        };
 
+       if_arch "darwin"
+       {
+               build_info
+               {
+                       library "Foundation.framework";
+               };
+       };
+
        feature "zlib" "Support compression with zlib"
        {
                default "yes";
@@ -33,6 +41,8 @@ package "mspcore"
                require "zlib";
        };
 
+       feature "exception_trace" "Support exception backtraces";
+
        library "mspcore"
        {
                source "source/core";
@@ -62,6 +72,7 @@ package "mspcore"
                {
                        overlay "unix";
                };
+               overlay "generic";
                install true;
                install_map
                {