diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-04-14 13:42:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-04-14 13:42:53 +0200 |
commit | eab11881cfeb1133b755233fdb41632e45e98775 (patch) | |
tree | 48f134ac85d35f6a6f57ee5b4e8c8e3c2a817f58 /buildfile | |
parent | b187e3e209ac9ae8fe443ace58281532455b1c05 (diff) |
Add bdep submodule
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,11 +2,11 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -# Note that the project directories order is important (prerequisites goes +# Note that the project directories order is important (prerequisites go # first). # d = libpkgconf/ libbutl/ build2/ \ -libsqlite3/ libodb/ libodb-sqlite/ libbpkg/ bpkg/ doc/ +libsqlite3/ libodb/ libodb-sqlite/ libbpkg/ bpkg/ bdep/ doc/ i = \ INSTALL \ |