From 96bcbd26f7abc1fa52ddcbb7713be8e2a490189c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Feb 2018 11:48:33 +0200 Subject: Make preprocessed=modules unconditional --- libmhello/build/root.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libmhello/build') diff --git a/libmhello/build/root.build b/libmhello/build/root.build index 4286e66..3bca0b3 100644 --- a/libmhello/build/root.build +++ b/libmhello/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 -- cgit v1.1