diff options
-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 |