From 5b2eccaaeabc3524cffac3fa9af2a3d0befee84e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 21 Dec 2025 21:31:33 +0000 Subject: Remove used of locked_sstream. This was an ineffectual workaround for macOS, any nobody should be using this branch on macOS any more. --- cscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'cscript') 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': -- cgit v1.2.3