summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-05 16:55:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-05 16:55:28 +0200
commit97fdcd6d5c463f3569220c94eb9c75a71b51fe30 (patch)
tree88bbc680860fb533f361b4391feff43bf4e533df
parent3f946b7119e48ee9764f7c0658c4a25a66a3fe03 (diff)
Update to latest build2 changes
-rw-r--r--build/bootstrap.build2
-rw-r--r--format/buildfile2
-rw-r--r--manifest3
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