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

--cc-bin command line argument path with spaces results in warning #4679

Open
0xMyon opened this issue Feb 12, 2025 · 0 comments
Open

--cc-bin command line argument path with spaces results in warning #4679

0xMyon opened this issue Feb 12, 2025 · 0 comments

Comments

@0xMyon
Copy link

0xMyon commented Feb 12, 2025

When passing cc_bin path with spaces, configure.py is not able to detect the windows version because the path is just split by ' ' ignoring bracketing "" passed by commandline.

cmd = cc_bin.split(' ') + flags

warning : Could not execute ['"C:/Program', 'Files/Microsoft', 'Visual', 'Studio/2022/Professional/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/cl.exe"', ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants