diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:46:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:46:53 +0300 |
commit | 180e7a06f1c150265e9ad4bb4342661eb3d782bc (patch) | |
tree | 5e4a425031df1bfd5671699b653b122c6c862c0e | |
parent | d01b5f3a9f82ccec23b9551b3c40c99a7a4060fa (diff) |
Fix root.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 63bed14..595d66e 100644 --- a/build/root.build +++ b/build/root.build @@ -17,4 +17,4 @@ cxx{*}: extension = cxx # source file prerequisites instead of using the cli.cxx{} group (it won't # be there unless the module is configured). # -using? cliusing? cli +using? cli |