diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-06 13:38:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-06 13:38:42 +0200 |
commit | de4e04575f47b94d08324b536f4aeaf19bd80d3d (patch) | |
tree | fcf325d9accbd9b6519cc3e880b8b1565cbfd726 /buildfile | |
parent | eaa166efe644c74f86add43474559ef018f63f49 (diff) |
Drop libodb* submodules and related infrastructure
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,8 +21,7 @@ build2_repo="https://stage.build2.org/1" # # NOTE: see also subprojects in bootstrap.build if changing anything here. # -d = libbutl/ build2/ libsqlite3/ libodb/ libodb-sqlite/ \ -libbpkg/ bpkg/ bdep/ doc/ libbuild2-*/ +d = libbutl/ build2/ libsqlite3/ libbpkg/ bpkg/ bdep/ doc/ libbuild2-*/ if ($build.meta_operation == 'dist') d += tests/*/ |