mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[SCons] Fix default setting of versioned_shared_library on Windows
This commit is contained in:
parent
15d020349d
commit
f7383e1cc6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user