diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-11 18:56:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-11 18:58:17 +0200 |
commit | fc76d626cc9d43f899f46bcf62e6d047abd1f362 (patch) | |
tree | 1d35722b6b92ce94a8bfcc39dbf69aef676f9658 /build | |
parent | c552070230c4ad9c92b516c28658b5c74c57e46b (diff) |
Add export stub
Diffstat (limited to 'build')
-rw-r--r-- | build/export.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/export.build b/build/export.build new file mode 100644 index 0000000..622d286 --- /dev/null +++ b/build/export.build @@ -0,0 +1,6 @@ +$out_root/: +{ + include bpkg/ +} + +export $out_root/butl/lib{bpkg} |