diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-11-04 10:01:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-11-04 10:01:41 +0200 |
commit | fe776ea06e041ecb667092a8e3a668c9efe0a12b (patch) | |
tree | 9d7a2bab4255213a0c02027891b62b51648bca10 /buildfile | |
parent | 930258da380a20d1159a8ffdddef86a688347acc (diff) |
Cleanup buildfiles
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,15 +1,14 @@ # file : buildfile # license : MIT; see accompanying LICENSE file +assert ($build.meta_operation == 'dist') 'only dist meta-operation allowed' + # 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" -# Note that the project directories order is important (prerequisites go -# first). -# d = libpkgconf/ libbutl/ build2/ \ libsqlite3/ libodb/ libodb-sqlite/ libbpkg/ bpkg/ bdep/ doc/ |