From 4ceaa8d1f4aece4739feaec17adefc04bdca923e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Sep 2016 16:55:51 +0200 Subject: Update to latest build2 changes --- build/bootstrap.build | 2 +- manifest | 3 ++- print/buildfile | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build/bootstrap.build b/build/bootstrap.build index 946a049..0e7d401 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,6 +1,6 @@ project = libprint -using build@0.4.0-a1 +using build@0.4.0 version = 1.0.0 diff --git a/manifest b/manifest index b8cab3f..c69c943 100644 --- a/manifest +++ b/manifest @@ -10,4 +10,5 @@ A simple library that implements the "Hello World" example printer in C++. url: http://www.example.org/libprint email: hello-users@example.org requires: c++11 -requires: build2 >= 0.4.0 +depends: * build2 >= 0.4.0 +depends: * bpkg >= 0.4.0 diff --git a/print/buildfile b/print/buildfile index 7f5c4bb..6cab9a3 100644 --- a/print/buildfile +++ b/print/buildfile @@ -8,7 +8,7 @@ if $abi_prerelease else lib{print}: bin.lib.version = @-$abi_major.$abi_minor -cxx.poptions += -I$src_root +cxx.poptions =+ -I$src_root obja{*}: cxx.poptions += -DLIBPRINT_STATIC_BUILD objs{*}: cxx.poptions += -DLIBPRINT_SHARED_BUILD -- cgit v1.1