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

Pass use_default_shell_env = True for protoc #8984

Merged
merged 1 commit into from Mar 16, 2022

Commits on Mar 14, 2022

  1. Pass use_default_shell_env = True for protoc

    If protoc is compiled with MinGW it will depend on libstdc++-6.dll which is found in C:\msys64\mingw64\bin and can only be found by inheriting PATH from the environment.
    jesseschalken committed Mar 14, 2022
    Copy the full SHA
    566958c View commit details
    Browse the repository at this point in the history