summaryrefslogtreecommitdiff
path: root/cscript.py
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-15 15:00:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-15 15:00:35 +0100
commita00ebbc68438e84076c65e99d0e70403afb4407d (patch)
tree6ee2f535eeb6b592c740e117d1f8f8657d6bcce8 /cscript.py
parent665bc942f86bd7a8aeb2b38f3e9c2cb6662e6edc (diff)
parent606b3f759238aa6c0d12de064b301bf36b428220 (diff)
Merge master.
Diffstat (limited to 'cscript.py')
-rw-r--r--cscript.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/cscript.py b/cscript.py
new file mode 100644
index 000000000..9b8fa46c0
--- /dev/null
+++ b/cscript.py
@@ -0,0 +1,8 @@
+import cdist
+
+def builds():
+ return ['source']
+
+def build_source():
+ cdist.build_source_waf()
+