summaryrefslogtreecommitdiff
path: root/cscript.py
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-09 20:10:31 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-09 20:10:31 +0100
commite94cd129dcd66a76210880bfdf19d27f7992651b (patch)
tree32bc6dd1d93328762a0db73dbf4e32bf185e3a02 /cscript.py
parentd62877ae6c4e316e43f4052e4b9ba673610012cf (diff)
parentb8b2fd0b0aeaa1ec95171eaf12c462ff8b555e0e (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()
+