Github user muratsu commented on a diff in the pull request:

    https://github.com/apache/cordova-windows/pull/102#discussion_r35132724
  
    --- Diff: template/cordova/lib/build.js ---
    @@ -134,6 +141,12 @@ function parseAndValidateArgs(argv) {
             config.phone = args.phone ? true : false;
             config.win = args.win ? true : false;
             config.projVerOverride = args.appx;
    +        // only set config.bundle if > 1 architecture none of which is any 
cpu
    +        if (config.buildArchs.length > 1 && 
config.buildArchs.indexOf('anycpu') === -1 && config.buildArchs.indexOf('any 
cpu') === -1) {
    --- End diff --
    
    `config.buildArchs.length > 1` :+1:


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to