From e649f2d988ce4e7a67aee1236850eb0b95a97d56 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 Dec 2015 10:12:23 +0200 Subject: Add support for variable prepend operator: =+ --- build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/root.build') diff --git a/build/root.build b/build/root.build index 230c58d..5e797f2 100644 --- a/build/root.build +++ b/build/root.build @@ -10,7 +10,7 @@ txx{*}: extension = txx cxx{*}: extension = cxx cxx.std = 14 -cxx.poptions += -I$src_root +cxx.poptions =+ -I$src_root -I$out_root # All exe{} in tests/ are, well, tests. Don't install them. # -- cgit v1.1