summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-20 00:13:22 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-20 00:31:10 +0200
commit61611aa697d56a68626c3ebd12b2f64acc9ea047 (patch)
tree812a58989f4705899b21febe45b20966ab1fac31
parentf51ed89dd2fc05c2b2dff87f71f468f7b2064490 (diff)
Add basic cscript.v0.0.2
-rw-r--r--cscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/cscript b/cscript
new file mode 100644
index 0000000..3f6ce4f
--- /dev/null
+++ b/cscript
@@ -0,0 +1,4 @@
+def build(target, options):
+ target.command('./waf configure --without-libsndfile --prefix=%s' % target.directory)
+ target.command('./waf build install')
+