From 3728e358f92d25434163b5bb58b7623950a8738d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 5 Dec 2016 17:45:33 +0300 Subject: Adapt buildfiles to expansion change --- tests/inheritance/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/inheritance/buildfile') diff --git a/tests/inheritance/buildfile b/tests/inheritance/buildfile index 0f8bbcb..49fbcb6 100644 --- a/tests/inheritance/buildfile +++ b/tests/inheritance/buildfile @@ -6,7 +6,7 @@ exe{driver}: cxx{driver} {hxx ixx cxx}{test} exe{driver}: test.arguments = --very-long-flag -s short -i 123 --string long exe{driver}: test.output = test.std -cxx.poptions =+ -I$out_base +cxx.poptions =+ "-I$out_base" # Generated options parser. # -- cgit v1.1