mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
* 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
|
||
|---|---|---|
| .. | ||
| BUILD | ||
| python_config.sh | ||