From 961df4446957fb1ba47e2317151da1b2cd769790 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 --- butl/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'butl/buildfile') 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/. -- cgit v1.1