Can we target other platforms from Windows? For example, we can do make mips64.debug from Linux on x64 machine.
Right now this is how I build on Windows, > cd v8 > set GYP_GENERATORS=ninja > python gypfiles\gyp_v8 Updating projects from gyp files... > ninja -C out/Debug d8 What do I need to change here to target a different platform from my x64 machine? Regards, Atiq -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
