summaryrefslogtreecommitdiff
path: root/libmformat
diff options
context:
space:
mode:
Diffstat (limited to 'libmformat')
-rw-r--r--libmformat/build/root.build3
-rw-r--r--libmformat/tests/build/root.build3
2 files changed, 2 insertions, 4 deletions
diff --git a/libmformat/build/root.build b/libmformat/build/root.build
index 4286e66..3bca0b3 100644
--- a/libmformat/build/root.build
+++ b/libmformat/build/root.build
@@ -5,8 +5,7 @@ cxx.features.symexport = true
# 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
diff --git a/libmformat/tests/build/root.build b/libmformat/tests/build/root.build
index 9e8c50d..240fd8f 100644
--- a/libmformat/tests/build/root.build
+++ b/libmformat/tests/build/root.build
@@ -1,7 +1,6 @@
cxx.std = experimental
-if ($cxx.id.type != 'msvc') # Temporary for 'export module M;' fixup.
- cxx.preprocessed = modules
+cxx.preprocessed = modules
using cxx