blob: 9f670f8ac9f470523c9195079b460612dfde539f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# file : build/bootstrap.build
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cxx.std = experimental
using cxx
if! $cxx.features.modules
warn 'c++ compiler does not support modules'
mxx{*}: extension = mxx
cxx{*}: extension = cxx
|