Not a bug.
Probably better to send such emails to the user mailing list.

.C can be c++ vs .c which is C..

-Bill

On Wed, Jun 17, 2020 at 3:04 PM Don Baldwin <d...@qti.qualcomm.com> wrote:

> Hi,
>
>
>
> I noticed the following code in …/scons/SCons/Tool/cxx.py
>
>
>
> CXXSuffixes = ['.cpp', '.cc', '.cxx', '.c++', '.C++', '.mm']
>
> if SCons.Util.case_sensitive_suffixes('.c', '.C'):
>
>     CXXSuffixes.append('.C')
>
>
>
> Is this a bug?  Why are we adding ‘.C’ to CXXSuffixes when we haven’t
> added ‘.c’?
>
>
>
> -Don
>
> (new to this group, but been using an older version of SCons for a few
> years now)
> _______________________________________________
> Scons-dev mailing list
> Scons-dev@scons.org
> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>
_______________________________________________
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev

Reply via email to