From 50bec623cee6bb324839e04ec6024ca67abdcbde Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 5 Dec 2016 17:43:32 +0300 Subject: Adapt buildfiles to expansion change --- brep/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'brep/buildfile') diff --git a/brep/buildfile b/brep/buildfile index 7c70ceb..263a49c 100644 --- a/brep/buildfile +++ b/brep/buildfile @@ -33,7 +33,7 @@ if $abi_prerelease else lib{brep}: bin.lib.version = @-$abi_major.$abi_minor -lib{brep}: cxx.export.poptions = -I$out_root -I$src_root +lib{brep}: cxx.export.poptions = "-I$out_root" "-I$src_root" lib{brep}: cxx.export.libs = $int_libs # Install into the brep/ subdirectory of, say, /usr/include/. -- cgit v1.1