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 /build/bootstrap.build | |
parent | de4e04575f47b94d08324b536f4aeaf19bd80d3d (diff) |
Drop sqlite submodule and related infrastructure
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index cc51f83..0a20cb1 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -8,7 +8,7 @@ amalgamation = # Disable amalgamation. # Note: list them (mostly) explicitly without using wildcards to handle stray # subdirectories in the root (debian/, installation location, etc). # -subprojects += libbutl/ build2/ libsqlite3/ libbpkg/ bpkg/ bdep/ +subprojects += libbutl/ build2/ libbpkg/ bpkg/ bdep/ subprojects += libbuild2-*/ subprojects += tests/*/ |