diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-19 17:59:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-19 17:59:44 +0200 |
commit | fc94d68a0389e3e9fc4f143e519f527e1770aa8f (patch) | |
tree | 3e2a61930ef5748444707674b721f596cbbbaddb /build | |
parent | a0f96b95900108705261881b164d779e2db5b824 (diff) |
Make distributable with any compiler
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |