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

Configure script fails if compiler is in PATH on Windows #166

Open
zer0k-z opened this issue Jun 4, 2024 · 0 comments
Open

Configure script fails if compiler is in PATH on Windows #166

zer0k-z opened this issue Jun 4, 2024 · 0 comments

Comments

@zer0k-z
Copy link
Contributor

zer0k-z commented Jun 4, 2024

When the configure script is launched, it runs through find_default_compiler since cl.exe can be found in PATH. However, the subprocess launched through subprocess.Popen do not have environment variables set or is not able to use PATH, so the function needs to have the environment variables passed to it somehow.

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

No branches or pull requests

1 participant