diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-05 08:47:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-05 08:57:24 +0200 |
commit | b068b7caf525d854529c5dafdcaa965a5fafdd3a (patch) | |
tree | 107ed93bd9137118e7ba1bd185e8943445b9a53d /build/bootstrap.build | |
parent | da3341c3d7470087486879f157630e7df91cf044 (diff) |
Load modules in correct order
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 28f6222..924ffe0 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -6,6 +6,7 @@ project = libbbot using build@0.4.0 + version = 0.5.0-a1 abi_major = 0 @@ -15,12 +16,13 @@ abi_prerelease = true revision = 0 +using config +using dist + dist.package = $project-$version if ($revision != 0) dist.package += +$revision -using config -using dist using test using install |