From fc94d68a0389e3e9fc4f143e519f527e1770aa8f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 19 Jul 2017 17:59:44 +0200 Subject: Make distributable with any compiler --- build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/root.build b/build/root.build index 7b4a007..cfbcda9 100644 --- a/build/root.build +++ b/build/root.build @@ -6,7 +6,7 @@ cxx.std = experimental using cxx -assert $cxx.features.modules 'c++ compiler does not support modules' +#assert $cxx.features.modules 'c++ compiler does not support modules' mxx{*}: extension = mxx cxx{*}: extension = cxx -- cgit v1.1