diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-01 08:04:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-01 08:04:52 +0200 |
commit | 1fe815d77787e721eb68396f7fcf023e3d0d8bd0 (patch) | |
tree | dde60e3562983b88b12b03a8adf8c9b4bafff8ea /build | |
parent | 66a7c76d587d053fc601b9e814b3e2ae4d3d5d13 (diff) |
Update build system
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index ec87b4f..1be3d81 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,14 +4,15 @@ project = libapr1 +using build@0.4.0-a1 + version = 0 revision = 0 -using build@0.4.0-a1 -using config -using dist - dist.package = $project-$version if ($revision != 0) dist.package += +$revision + +using config +using dist |