summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-02-14 11:48:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-02-14 11:48:14 +0200
commite9802dbaedcbde98232a46abac22349cb5909ca8 (patch)
tree95498843974c60d0e492ccbb6a2cc50455ad8e16
parentd0b472926181bed81e739d4f46a7d168b0bf13db (diff)
Make preprocessed=modules unconditional
-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