diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-30 18:10:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-30 18:10:28 +0200 |
commit | f34833363dfe046ce12d8a17ded246ba0d15d925 (patch) | |
tree | e04898bbf21d74a4f40d82f550f76e5bb283c36c /build/bootstrap.build | |
parent | fa43659aff787e05e78423f911377e9c4445e103 (diff) |
Add install support
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 7343ae2..eaf7eb9 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,8 +4,10 @@ project = libbutl version = 0.1.0 + using config using dist using test +using install dist.package = $project-$version |