forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed ./configure on Windows (tensorflow#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 branch information
1 parent
d6031a1
commit 629c799
Showing
2 changed files
with
25 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters