diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 16:55:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 16:55:28 +0200 |
commit | 97fdcd6d5c463f3569220c94eb9c75a71b51fe30 (patch) | |
tree | 88bbc680860fb533f361b4391feff43bf4e533df /format/buildfile | |
parent | 3f946b7119e48ee9764f7c0658c4a25a66a3fe03 (diff) |
Update to latest build2 changes
Diffstat (limited to 'format/buildfile')
-rw-r--r-- | format/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |