What steps will reproduce the problem?
1. Generate a GYP file using the TargetDir macro.
2. Run gyp in Ninja mode.
3. Execute the ninja build.
4. Enjoy following error: bad $-escape (literal $ must be > written as $$)
What is the expected output? What do you see instead?
I would expect the macro to have been replaced with the directory of the
primary output file (see
https://msdn.microsoft.com/en-us/library/c02as0cs.aspx), and the build to
succeed.
See also https://code.google.com/p/gyp/issues/detail?id=462
Original issue reported on code.google.com by artem....@gmail.com on 8 Jun 2015 at 11:10
Original issue reported on code.google.com by
artem....@gmail.com
on 8 Jun 2015 at 11:10Attachments: