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