aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/root.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build
index 9517a03..8924086 100644
--- a/build/root.build
+++ b/build/root.build
@@ -6,7 +6,7 @@ txx{*}: extension = txx
cxx{*}: extension = cxx
cxx.std = 11
-cxx.poptions += -I$out_root -I$src_root
+cxx.poptions =+ -I$out_root -I$src_root
# All exe{} in tests/ are, well, tests.
#