aboutsummaryrefslogtreecommitdiff
path: root/bpkg
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
commitd7efd2333fffa69aaf5ba09431f6aa2ae8f877f3 (patch)
tree5a564fa2cbaf11ef41dbc3aab2e9252076fa575b /bpkg
parent662a8429b65583190ef8c88bc3d42884c72a7426 (diff)
Use prepend to make sure our -I are considered first
Diffstat (limited to 'bpkg')
-rw-r--r--bpkg/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile
index 9b657e4..012792d 100644
--- a/bpkg/buildfile
+++ b/bpkg/buildfile
@@ -11,7 +11,7 @@ lib{bpkg}: \
{hxx }{ version } \
$libs
-cxx.poptions += -I$src_root
+cxx.poptions =+ -I$src_root
lib{bpkg}: cxx.export.poptions = -I$src_root
# Install into the bpkg/ subdirectory of, say, /usr/include/.