diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-14 10:14:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-14 10:14:34 +0200 |
commit | 961df4446957fb1ba47e2317151da1b2cd769790 (patch) | |
tree | ceb4ff2e279f5bbbb1c5d1d9433aba29cc71618c /butl/buildfile | |
parent | 40cd1fc63d02ed7bdb8dc2ff2fb2848d6a452a4e (diff) |
Use prepend to make sure our -I are considered first
Diffstat (limited to 'butl/buildfile')
-rw-r--r-- | butl/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/buildfile b/butl/buildfile index f016581..2e55d8e 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -18,7 +18,7 @@ lib{butl}: \ {hxx }{ utility } \ {hxx }{ version } -cxx.poptions += -I$src_root +cxx.poptions =+ -I$src_root lib{butl}: cxx.export.poptions = -I$src_root # Install into the butl/ subdirectory of, say, /usr/include/. |