From 2f1053f3ec400822b3c683a2bcc24b492f1fe7d7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Aug 2017 15:22:20 +0200 Subject: Indicate that source is preprocessed to modules --- libmhello/tests/build/root.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libmhello/tests/build/root.build') 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 -- cgit v1.1