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. --- wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 658a7b7..3f6b2c5 100644 --- a/wscript +++ b/wscript @@ -61,7 +61,6 @@ def configure(conf): boost_lib_suffix = '' conf.check_cfg(package='libxml++-2.6', args='--cflags --libs', uselib_store='LIBXML++', mandatory=True) - conf.check_cfg(package='locked_sstream', args='--cflags --libs', uselib_store='LOCKED_SSTREAM', mandatory=True) conf.check_cxx(fragment=""" #include \n -- cgit v1.2.3