| Index: pylib/gyp/generator/msvs.py
|
| diff --git a/pylib/gyp/generator/msvs.py b/pylib/gyp/generator/msvs.py
|
| index 34c91ac4ce0da7a49d524505650f3021ed241841..8592b8e86638024cc66306cd3ea08c089289bad3 100644
|
| --- a/pylib/gyp/generator/msvs.py
|
| +++ b/pylib/gyp/generator/msvs.py
|
| @@ -1668,7 +1668,7 @@ def _CreateProjectObjects(target_list, target_dicts, options, msvs_version):
|
| build_file = gyp.common.BuildFile(qualified_target)
|
| # Create object for this project.
|
| obj = MSVSNew.MSVSProject(
|
| - _FixPath(proj_path),
|
| + proj_path,
|
| name=spec['target_name'],
|
| guid=guid,
|
| spec=spec,
|
|
|