8000 Configure script fails if compiler is in PATH on Windows · Issue #166 · alliedmodders/ambuild · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Configure script fails if compiler is in PATH on Windows #166
Open
@zer0k-z

Description

@zer0k-z

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0