summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/bootstrap.build2
-rw-r--r--hello/buildfile2
-rw-r--r--manifest3
3 files changed, 4 insertions, 3 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 8d8db2b..64eb397 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,6 +1,6 @@
project = libhello
-using build@0.4.0-a1
+using build@0.4.0
version = 1.0.0
diff --git a/hello/buildfile b/hello/buildfile
index 8331a7b..ba3fb41 100644
--- a/hello/buildfile
+++ b/hello/buildfile
@@ -8,7 +8,7 @@ if $abi_prerelease
else
lib{hello}: bin.lib.version = @-$abi_major.$abi_minor
-cxx.poptions += -I$src_root
+cxx.poptions =+ -I$src_root
obja{*}: cxx.poptions += -DLIBHELLO_STATIC_BUILD
objs{*}: cxx.poptions += -DLIBHELLO_SHARED_BUILD
diff --git a/manifest b/manifest
index 75dc91b..1a2572c 100644
--- a/manifest
+++ b/manifest
@@ -11,4 +11,5 @@ goal is to show a canonical build2/bpkg project/package.
url: http://www.example.org/libhello
email: hello-users@example.org
requires: c++11
-requires: build2 >= 0.4.0
+depends: * build2 >= 0.4.0-a1
+depends: * bpkg >= 0.4.0-a1