Commit 01e7b0f5 authored by Ray Donnelly's avatar Ray Donnelly
Browse files

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'
parent b8642417
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment