Commit 47a24ea6 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.

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