summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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