diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-12-05 18:08:42 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-12-05 18:08:42 +0300 |
commit | d2f010c8d11deb63fde49ff412bbd42aab801b2d (patch) | |
tree | 7111034aea34cd0e8d1ee192abc53298870beef0 | |
parent | 97fdcd6d5c463f3569220c94eb9c75a71b51fe30 (diff) |
Adapt buildfiles to expansion change
-rw-r--r-- | format/buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/format/buildfile b/format/buildfile index 5637be6..c21eb88 100644 --- a/format/buildfile +++ b/format/buildfile @@ -8,11 +8,11 @@ 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 -lib{format}: cxx.export.poptions = -I$src_root +lib{format}: cxx.export.poptions = "-I$src_root" liba{format}: cxx.export.poptions += -DLIBFORMAT_STATIC libs{format}: cxx.export.poptions += -DLIBFORMAT_SHARED |