summaryrefslogtreecommitdiff
path: root/hello/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'hello/build/root.build')
-rw-r--r--hello/build/root.build7
1 files changed, 5 insertions, 2 deletions
diff --git a/hello/build/root.build b/hello/build/root.build
index 7c65dab..9c83a8a 100644
--- a/hello/build/root.build
+++ b/hello/build/root.build
@@ -1,9 +1,12 @@
-cxx.std = 11
+cxx.std = latest
using cxx
+hxx{*}: extension = hxx
+ixx{*}: extension = ixx
+txx{*}: extension = txx
cxx{*}: extension = cxx
-# Specify the test target for cross-testing.
+# The test target for cross-testing (running tests under Wine, etc).
#
test.target = $cxx.target