Open GoogleCodeExporter opened 9 years ago
Original comment by thakis@chromium.org
on 27 Nov 2013 at 5:42
I looked at this. The problem is that actions run in the folder where the gyp
file defining it lives, but gypfiles is in the build directory. So that's why
the path is in there. I guess we could do something like:
GYPFILE=$pwd/gypfiles/path/to.gypcmd; cd ../../actiondir; use $GYPFILE
Original comment by thakis@chromium.org
on 8 Dec 2013 at 10:20
Original issue reported on code.google.com by
raphael.kubo.da.costa@intel.com
on 27 Nov 2013 at 11:06