diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-01 06:55:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-01 06:55:41 +0200 |
commit | 18a9c29e5ac61e6ee5f1349a1242540874c32cad (patch) | |
tree | 20a0b06f8b556fecbba4255b079b43bf441462df /build/root.build | |
parent | 39c76ef8c9b664c94d5d7b789457fa4045fdce04 (diff) |
Minor build2-related updates
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/root.build b/build/root.build index 5898b63..0d01e14 100644 --- a/build/root.build +++ b/build/root.build @@ -11,14 +11,12 @@ ixx{*}: extension = ixx txx{*}: extension = txx cxx{*}: extension = cxx -cxx.poptions =+ -I$out_root -I$src_root - # 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. # using? cli -if! $cli.loaded +if! $cli.configured { define cli: file cli{*}: extension = cli |