diff options
Diffstat (limited to 'libmhello/tests')
-rw-r--r-- | libmhello/tests/build/root.build | 3 |
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 |