Commit Graph

2 Commits

Author SHA1 Message Date
Myung-Hyun Kim
f4fe351074
Update configure.cmd
Resolved an error that can not run configure.py if the env %configure_dir% contains spaces.
2020-08-11 18:27:42 +09:00
Saleem Abdulrasool
1213956a45 build: introduce configure.cmd
This adds a batch file to invoke the python configure script on Windows.
This mirrors the script for Linux and macOS (`configure`).  This is
needed since Windows does not support shebangs, and will not invoke the
python script as a result without the explicit interpreter.
2019-06-21 09:39:00 -07:00