From 8aee78c8d0eb06334571e596f6fbdf7ed5756f0c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 8 Feb 2017 09:24:07 +0200 Subject: Tighten target constness further --- old-tests/cli/simple/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'old-tests/cli/simple/buildfile') diff --git a/old-tests/cli/simple/buildfile b/old-tests/cli/simple/buildfile index 47e06d9..ddbf27c 100644 --- a/old-tests/cli/simple/buildfile +++ b/old-tests/cli/simple/buildfile @@ -4,7 +4,7 @@ hxx{*}: extension = cxx{*}: extension = cpp ixx{*}: extension = ipp -cxx.poptions += -I$out_root +cxx.poptions += "-I$out_root" using cli -- cgit v1.1