switch from embedding LIBLITERAL in _stripixes() to being a passed argument with...
commite7258b088c7c7e87c9c33e3aedc79dd0a7cdf32f
authorWilliam Deegan <bill@baddogconsulting.com>
Thu, 26 Oct 2023 15:58:58 +0000 (26 08:58 -0700)
committerMats Wichmann <mats@linux.com>
Sat, 28 Oct 2023 14:01:49 +0000 (28 08:01 -0600)
tree6791592ce714d8a9e24f1260961ea3028bb6e298
parentd7904efb2c949647341d364d2235b85b21fc71b9
switch from embedding LIBLITERAL in _stripixes() to being a passed argument with a False default value, and add properly passing LIBLITERAL in link, dmd, ldc tools where _stripixes() is actually used in current SCons Code (#10)
SCons/Defaults.py
SCons/EnvironmentTests.py
SCons/Tool/dmd.py
SCons/Tool/ldc.py
SCons/Tool/link.py