From f7383e1cc6ea42d4f65c4bb0d8924dcdfe8c3942 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 26 Jun 2023 19:56:57 -0400 Subject: [PATCH] [SCons] Fix default setting of versioned_shared_library on Windows --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 9cd596296..893b34757 100644 --- a/SConstruct +++ b/SConstruct @@ -603,7 +603,7 @@ config_options = [ more generic library name, for example, 'libcantera_shared.so.2.5.0' as the actual library and 'libcantera_shared.so' and 'libcantera_shared.so.2' as symlinks.""", - {"mingw": False, "default": True}), + {"mingw": False, "cl": False, "default": True}), BoolOption( "use_rpath_linkage", """If enabled, link to all shared libraries using 'rpath', that is, a fixed