summaryrefslogtreecommitdiff
path: root/hello
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-05 16:56:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-05 16:56:35 +0200
commit6a4368431e645392c79cb8458bf15e1a02ba8481 (patch)
treebf29014834c94cef33146714d0398292f61234e6 /hello
parent48805b23764db0dbeb128c5c3f773d4bbeb34eff (diff)
Update to latest build2 changes
Diffstat (limited to 'hello')
-rw-r--r--hello/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hello/buildfile b/hello/buildfile
index 8807f1b..a712474 100644
--- a/hello/buildfile
+++ b/hello/buildfile
@@ -11,7 +11,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