-
-
Notifications
You must be signed in to change notification settings - Fork 22k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix VS project generation with SCons 4.8.0+ #94117
Fix VS project generation with SCons 4.8.0+ #94117
Conversation
0c52c1c
to
f682406
Compare
@akien-mga Good catch, I just saw in the diff that they removed passing env in their own use, but we can indeed keep it for now. In any case, passing the parameters this way makes the code slightly less messy for now, I can adapt it if they change it further. :) |
Dear @mhilbrunner, i clone you reposetory by |
Thanks! |
@SavFox Thanks for testing, and thanks again for the great report :) |
Cherry-picked for 4.2.3, 3.x, 3.6.1, 3.5.4. Doesn't seem relevant for 4.1.x or 3.4.x or earlier. |
SCons 4.8.0+ again (like in 4.6.0, see #85357) changes this piece of code, as reported in #94090 (thanks for the detailed report!).
I tested this with SCons 4.6.0 and 4.8.0 and both successfully generate VS projects for me. Would appreciate if @SavFox could verify this as well.
Fixes #94090.