Open GoogleCodeExporter opened 9 years ago
Please land this patch, this also fixes an issue where if you have the
structure:
.
├── out/
├── gyp1/
│ └── library.gyp
├── gyp2/
│ └── app.gyp
Previously, if app.gyp dependent on library.gyp and you had the output
specified correctly:
* app.xcodeproj would be located in out/, which is correct
* library.xcodeproject would be located in gyp1/, which would be incorrect
After this patch:
* app.xcodeproj would be located in out/, which is correct
* library.xcodeproject would be located in out/, which is correct
So I definitely vote for landing this one.
Original comment by terencej...@gmail.com
on 22 Mar 2014 at 1:28
Original issue reported on code.google.com by
m...@superlukas.com
on 19 Mar 2014 at 12:29