Skip to content
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

[#407] fix CompilerBuiltinsDetector for msys2 on Windows #648

Merged
merged 2 commits into from
Dec 18, 2023

Conversation

ghentschke
Copy link
Contributor

The cc.exe from mingw64 (part of Msys2) on Windows needs the bin folder to be on the PATH to be executed. e.g. 'C:\msys64\mingw64\bin' must be part of the PATH environment variable

fixes #407

The cc.exe from mingw64 (part of Msys2) on Windows needs the bin folder
to be on the PATH to be executed. e.g. 'C:\msys64\mingw64\bin' must be
part of the PATH environment variable

fixes eclipse-cdt#407
@ghentschke ghentschke requested a review from jld01 December 18, 2023 15:17
@ghentschke ghentschke merged commit 36110e1 into eclipse-cdt:main Dec 18, 2023
4 checks passed
@ghentschke
Copy link
Contributor Author

@jld01 Thank you!

@ghentschke ghentschke deleted the fix-407 branch December 18, 2023 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CMake project: CompilerBuiltinsDetector does not work for msys2 gcc compiler
3 participants