diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-09 20:10:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-09 20:10:31 +0100 |
| commit | e94cd129dcd66a76210880bfdf19d27f7992651b (patch) | |
| tree | 32bc6dd1d93328762a0db73dbf4e32bf185e3a02 /cscript.py | |
| parent | d62877ae6c4e316e43f4052e4b9ba673610012cf (diff) | |
| parent | b8b2fd0b0aeaa1ec95171eaf12c462ff8b555e0e (diff) | |
Merge master.
Diffstat (limited to 'cscript.py')
| -rw-r--r-- | cscript.py | 8 |
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() + |
