summaryrefslogtreecommitdiff
path: root/hello/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-05 16:56:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-05 16:56:18 +0200
commit5eee6429e3de9f29a776d105d47b43e140214538 (patch)
tree64b9103e35b1357325b8a7547bd830ab352f47c0 /hello/buildfile
parentad8f7a38ae92413115d6c1ee4aa2f002067b6858 (diff)
Update to latest build2 changes
Diffstat (limited to 'hello/buildfile')
-rw-r--r--hello/buildfile2
1 files changed, 1 insertions, 1 deletions
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