From e9802dbaedcbde98232a46abac22349cb5909ca8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Feb 2018 11:48:14 +0200 Subject: Make preprocessed=modules unconditional --- mhello/build/root.build | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.1