diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-06 19:38:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-08 15:39:11 +0300 |
commit | 0a0b0cce022bdc7b908144c9e9a33a96e78dbcdf (patch) | |
tree | 70ba69374cfabb999b5a426b945832f747db9b91 /build | |
parent | 9b20eba898be7c26d240fbaf51993cf63e3218e4 (diff) |
Configure c module in tests project rather than in top project
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/root.build b/build/root.build index 734fcbd..b21eecd 100644 --- a/build/root.build +++ b/build/root.build @@ -19,11 +19,6 @@ if ($cxx.class == 'msvc') cxx.poptions =+ "-I$out_root" "-I$src_root" -# While we don't have any C sources to compile we do run C tests (bdep-new) -# which need the path to the C compiler. -# -using c - # Load the cli module but only if it's available. This way a distribution # that includes pre-generated files can be built without installing cli. # This is also the reason why we need to explicitly spell out individual |