diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-20 00:13:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-20 00:31:10 +0200 |
| commit | 61611aa697d56a68626c3ebd12b2f64acc9ea047 (patch) | |
| tree | 812a58989f4705899b21febe45b20966ab1fac31 | |
| parent | f51ed89dd2fc05c2b2dff87f71f468f7b2064490 (diff) | |
Add basic cscript.v0.0.2
| -rw-r--r-- | cscript | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +def build(target, options): + target.command('./waf configure --without-libsndfile --prefix=%s' % target.directory) + target.command('./waf build install') + |
