| commit | 01e7b0f550be30a6ef0f9e8afc13a9197c0aff94 | [log] [tgz] |
|---|---|---|
| author | Ray Donnelly <mingw.android@gmail.com> | Tue May 07 21:19:58 2013 +0100 |
| committer | Ray Donnelly <mingw.android@gmail.com> | Tue May 07 21:21:40 2013 +0100 |
| tree | 0ad080535331907fa893abdf07e889e158c2da9f | |
| parent | b86424178c312541e2dd1cfe67047bf20307d83b [diff] |
MSYS distutils: Path conversion for --root option Converts --root=<MSYS/path> to --root=<Windows/path> as our Python is Windows native. Also, adds a hack to convert_path because os.path.join(['C:','folder','subfolder']) returns: 'C:folder\subfolder' ..which isn't the same as: 'C:\folder\subfolder'