diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-28 19:27:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-28 19:27:58 +0200 |
commit | db4f4539ac99eb18bad72a184964398919b25d6d (patch) | |
tree | bcf4c00bba4dc573a387f2a69a165c7b71b0893e /git | |
parent | 8d97698783a0d99665e0ca775ad020009de6c2e2 (diff) |
Add build2-toolchain to git modules
Diffstat (limited to 'git')
-rw-r--r-- | git/modules | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/git/modules b/git/modules index bb887a9..ffac205 100644 --- a/git/modules +++ b/git/modules @@ -1,9 +1,10 @@ -modules=" \ -git \ -etc \ -private \ -libbutl \ -build2 \ -libbpkg \ -bpkg \ -brep" +modules=" \ +git \ +etc \ +private \ +libbutl \ +build2 \ +libbpkg \ +bpkg \ +brep \ +build2-toolchain" |