X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=6ece10b05e07c70993ee64c9032015c436b9c73a;hp=fb10fd448ee77676890b733a5553d3c61e5763e3;hb=9955efca718d8be72b63c7c2182ca59e7b9d0935;hpb=211c503e709ffa8bec7b71b8004ecdeadf776c4c diff --git a/Build b/Build index fb10fd4..6ece10b 100644 --- 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 {