summaryrefslogtreecommitdiff
path: root/libmhello/tests/build/root.build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-02 15:22:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-08-02 15:22:20 +0200
commit2f1053f3ec400822b3c683a2bcc24b492f1fe7d7 (patch)
treed559f1a8d278ed637399e9c5deca3a8b3bdde3e0 /libmhello/tests/build/root.build
parent1831872e311e0276507eb186680eded5a9667fa9 (diff)
Indicate that source is preprocessed to modules
Diffstat (limited to 'libmhello/tests/build/root.build')
-rw-r--r--libmhello/tests/build/root.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmhello/tests/build/root.build b/libmhello/tests/build/root.build
index 58dffed..9e8c50d 100644
--- a/libmhello/tests/build/root.build
+++ b/libmhello/tests/build/root.build
@@ -1,5 +1,8 @@
cxx.std = experimental
+if ($cxx.id.type != 'msvc') # Temporary for 'export module M;' fixup.
+ cxx.preprocessed = modules
+
using cxx
cxx{*}: extension = cxx