diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-18 13:39:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-18 13:39:18 +0200 |
commit | 9c066b2e1ec56d00c013b4b658a5e2ae0f89de22 (patch) | |
tree | c23625a8b432fb99a9ad3aafd0cc71ea18029fb4 | |
parent | 3e057f7bf131be69655ba08dea9b2cc3846c2a7d (diff) |
Change BUILD2_REPO to point to publicv0.17.0
-rw-r--r-- | buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ assert ($build.meta_operation == 'dist' || \ # Package repository URL (or path). # #build2_repo="https://stage.build2.org/1" -build2_repo="https://pkg.cppget.org/1/queue/alpha" -#build2_repo="https://pkg.cppget.org/1/alpha" +#build2_repo="https://pkg.cppget.org/1/queue/alpha" +build2_repo="https://pkg.cppget.org/1/alpha" # @@ Note that the project directories order is important (prerequisites go # first). |