summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mhello/build/root.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/mhello/build/root.build b/mhello/build/root.build
index 509466f..158f86a 100644
--- a/mhello/build/root.build
+++ b/mhello/build/root.build
@@ -3,8 +3,7 @@ cxx.std = experimental
# Indicate that our sources do not use #include and module imports do not
# depend on the preprocessor.
#
-if ($cxx.id.type != 'msvc') # Temporary for 'export module M;' fixup.
- cxx.preprocessed = modules
+cxx.preprocessed = modules
using cxx