diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-17 13:17:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-17 13:17:52 +0100 |
| commit | 77c46d57b694506e0834244dde1616c63771f0e6 (patch) | |
| tree | 316a953e50e973c14ab0cad7ba1ad58a33c51af6 /cscript | |
| parent | 4e374e18ce142e3418a74d19cd78d3cf9e416fc8 (diff) | |
Add build() method to cscript.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ release_targets = ['source'] +def build(prefix): + command('./waf configure --prefix=%s build install' % prefix) + |
