summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-21 22:26:31 +0000
committerCarl Hetherington <cth@carlh.net>2025-12-21 22:26:31 +0000
commit39006a2b436ffc1a3540ef660de9de966b6a4eef (patch)
tree64e041adf77f249a9ca2b37a5cb5a031a890e1c4 /cscript
parentfd7e004e0b0a08a9d9b323888c7f60834c93eafc (diff)
Bump locked_sstream to v0.0.8 for new waf
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5a3a899..12f7e2d 100644
--- a/cscript
+++ b/cscript
@@ -21,7 +21,7 @@
import os
def dependencies(target):
- return (('locked_sstream', '1edc182'),)
+ return (('locked_sstream', 'v0.0.8'),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory