From d7efd2333fffa69aaf5ba09431f6aa2ae8f877f3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 Dec 2015 10:14:34 +0200 Subject: Use prepend to make sure our -I are considered first --- bpkg/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/. -- cgit v1.1