Fixed ./configure on Windows (#4449)
* Fixed ./configure on Windows
Basically, symlink doesn't work on Windows
* Fixed shebang of gen_git_source.py
* gen_git_source.py: Replace os.popen with subprocess.check_output
os.popen doesn't work with Bazel properly on Windows, due to this error:
RuntimeError: Cannot locate a COMSPEC environment variable to use as the shell
Loading
Please sign in to comment