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:13:22 +0200 |
| commit | 7fb41e0f48fbfefefaef61de94be7d1ed22159c0 (patch) | |
| tree | 812a58989f4705899b21febe45b20966ab1fac31 | |
| parent | e51788b46f59e315c99bc55d6457ad293e18e881 (diff) | |
Add basic cscript.v0.0.1
| -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') + |
