X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=d940f4a695ce976c886be6341c08d85ed9a5bade;hp=c01f693c8a310a6261aa895991bccbd644cef9f3;hb=497eaf090b1665511c795d5764c06a2bcd4b90b6;hpb=609c9a508cfdc7b42c46c4f21d17639204165a00 diff --git a/Build b/Build index c01f693..d940f4a 100644 --- a/Build +++ b/Build @@ -4,18 +4,23 @@ package "mspcore" description "Mikkosoft Productions core library"; require "sigc++-2.0"; - if_arch "!windows" + build_info + { + threads true; + }; + if_arch "linux" { build_info { - library "pthread"; + library "dl"; }; }; - if_arch "linux" + if_arch "android" { build_info { - library "dl"; + library "android"; + library "log"; }; }; @@ -41,10 +46,23 @@ package "mspcore" { overlay "windows"; }; + if_arch "darwin" + { + overlay "osx"; + }; + if_arch "android" + { + overlay "android"; + build_info + { + keep_symbol "ANativeActivity_onCreate"; + }; + }; if_arch "!windows" { overlay "unix"; }; + overlay "generic"; install true; install_map {