aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-14 10:14:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-14 10:14:34 +0200
commit961df4446957fb1ba47e2317151da1b2cd769790 (patch)
treeceb4ff2e279f5bbbb1c5d1d9433aba29cc71618c
parent40cd1fc63d02ed7bdb8dc2ff2fb2848d6a452a4e (diff)
Use prepend to make sure our -I are considered first
-rw-r--r--butl/buildfile2
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/.