diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-30 17:34:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-30 17:34:37 +0200 |
commit | 5cbb86ab1d4d10371fb765f4e283af47298fec34 (patch) | |
tree | dda71d746a8a346a49da60e9b794b46e8dbb273f /butl/buildfile | |
parent | ad6cee2e8bacebd876eb9171d0ea3f5e787746f9 (diff) |
Implement path canonicalize()
Diffstat (limited to 'butl/buildfile')
-rw-r--r-- | butl/buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/butl/buildfile b/butl/buildfile index 1607e7d..5c5aae3 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -53,11 +53,11 @@ if $abi_prerelease else lib{butl}: bin.lib.version = @-$abi_major.$abi_minor -cxx.poptions =+ -I$src_root +cxx.poptions =+ "-I$src_root" obja{*}: cxx.poptions += -DLIBBUTL_STATIC_BUILD objs{*}: cxx.poptions += -DLIBBUTL_SHARED_BUILD -lib{butl}: cxx.export.poptions = -I$src_root +lib{butl}: cxx.export.poptions = "-I$src_root" liba{butl}: cxx.export.poptions += -DLIBBUTL_STATIC libs{butl}: cxx.export.poptions += -DLIBBUTL_SHARED |