diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-02 15:22:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-02 15:22:20 +0200 |
commit | 8a5d757613fcdd5cf6f66355b53bbd2023da96c4 (patch) | |
tree | d169baa2f044820101069874fdefffbe1b6e81a5 /libmhello/tests/build/root.build | |
parent | bed72679f20465b9d382b74060e74bcf72cacb85 (diff) |
Indicate that source is preprocessed to modules
Diffstat (limited to 'libmhello/tests/build/root.build')
-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 |