'process.platform' in node returns win32 for windows ( 32+64 ) 'process.arch' returns x64 if it is 64bit
@purplecabbage risingj.com On Fri, Mar 28, 2014 at 12:00 PM, agrieve <[email protected]> wrote: > Github user agrieve commented on a diff in the pull request: > > https://github.com/apache/cordova-cli/pull/146#discussion_r11080870 > > --- Diff: platforms.js --- > @@ -39,12 +41,14 @@ module.exports = { > version: '3.4.0' > }, > 'wp7' : { > + hostos : ['win32'], > --- End diff -- > > win64? > > > --- > If your project is set up for it, you can reply to this email and have your > reply appear on GitHub as well. If your project does not have this feature > enabled and wishes so, or if the feature is enabled but not working, please > contact infrastructure at [email protected] or file a JIRA ticket > with INFRA. > --- >
