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:13:22 +0200
commit7fb41e0f48fbfefefaef61de94be7d1ed22159c0 (patch)
tree812a58989f4705899b21febe45b20966ab1fac31
parente51788b46f59e315c99bc55d6457ad293e18e881 (diff)
Add basic cscript.v0.0.1
-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')
+