summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-12 15:33:40 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-12 15:33:40 +0000
commit670c528a584d96e8bb6009f996204e9ecf174f54 (patch)
treeb94a78dedd75ed4f62a72740d6c88b1bc948bc69 /cscript
parentfd7e004e0b0a08a9d9b323888c7f60834c93eafc (diff)
Remove locked_sstream dependency.
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/cscript b/cscript
index 5a3a899..929fe3a 100644
--- a/cscript
+++ b/cscript
@@ -20,9 +20,6 @@
import os
-def dependencies(target):
- return (('locked_sstream', '1edc182'),)
-
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory
if target.platform == 'linux':