From 97fdcd6d5c463f3569220c94eb9c75a71b51fe30 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Sep 2016 16:55:28 +0200 Subject: Update to latest build2 changes --- build/bootstrap.build | 2 +- format/buildfile | 2 +- manifest | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build/bootstrap.build b/build/bootstrap.build index 4fab770..c6211c4 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,6 +1,6 @@ project = libformat -using build@0.4.0-a1 +using build@0.4.0 version = 1.0.0 diff --git a/format/buildfile b/format/buildfile index 5e86503..5637be6 100644 --- a/format/buildfile +++ b/format/buildfile @@ -8,7 +8,7 @@ if $abi_prerelease else lib{format}: bin.lib.version = @-$abi_major.$abi_minor -cxx.poptions += -I$src_root +cxx.poptions =+ -I$src_root obja{*}: cxx.poptions += -DLIBFORMAT_STATIC_BUILD objs{*}: cxx.poptions += -DLIBFORMAT_SHARED_BUILD diff --git a/manifest b/manifest index 1440057..d392aa8 100644 --- a/manifest +++ b/manifest @@ -10,4 +10,5 @@ A simple library that implements the "Hello World" formatting in C++. url: http://www.example.org/libformat email: hello-users@example.org requires: c++11 -requires: build2 >= 0.4.0 +depends: * build2 >= 0.4.0 +depends: * bpkg >= 0.4.0 -- cgit v1.1