Skip to content

[Question] Problem with mingw gcc on WIndows11 #4687

Answered by mwichmann
anzhi0708 asked this question in Q&A
Discussion options

You must be logged in to vote

Call the mingw tool to get it set up. It's not sufficient to just change the name of the compiler, since if the msvc environment is detected, its construction variables (settings) are configured as the default (as you've seen). I believe this should work:

env = Environment(tools=['default', 'mingw'])

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@anzhi0708
Comment options

Answer selected by anzhi0708
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants