[Scons-users] default toolchain in Scons breaking on windows

Bill Deegan bill at baddogconsulting.com
Tue Feb 20 12:06:38 EST 2018


Try:

DefaultEnvironment(tools=[]) at top of SConstruct.



On Tue, Feb 20, 2018 at 11:52 AM, Jason Kenny <dragon512 at live.com> wrote:

> Hi Bill,
>
> I have a question for some advice on how to address an issue.
>
> As I am taking time again to fix up Parts. I have an issue open
> https://bitbucket.org/sconsparts/parts/issues/24/parts-fails-to-build-on-
> windows-if-msvc-is
>
> The issue here is that when starting SCons, logic to load the "default"
> environment happens before the SConstruct is read in. This on windows will
> try to load the "default" tool on windows which always tries to load MSVC.
> The tools in Parts I have do not have this issue, however, I have no way to
> tell SCons about this as the SConstruct is where I get imported. Honestly,
> there really is not any good way I know of to affect the load logic for the
> tools in SCons before it loads the SConsstruct.
>
> Do you have any thoughts on this?
>
> Jason
>
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20180220/4ab6405b/attachment.html>


More information about the Scons-users mailing list