You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2016/03/01 03:35:39 UTC

cordova-windows git commit: Revert "Ignore case for --archs"

Repository: cordova-windows
Updated Branches:
  refs/heads/master c9305e522 -> 1097c4916


Revert "Ignore case for --archs"

This reverts commit c9305e5224c63f390aeb8d5ef698bf1e3b7b7f4f.


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/1097c491
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/1097c491
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/1097c491

Branch: refs/heads/master
Commit: 1097c4916decfd0fe252b4fd3a109bdcfeb9eb1a
Parents: c9305e5
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Mon Feb 29 18:35:13 2016 -0800
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Mon Feb 29 18:35:13 2016 -0800

----------------------------------------------------------------------
 template/cordova/lib/build.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/1097c491/template/cordova/lib/build.js
----------------------------------------------------------------------
diff --git a/template/cordova/lib/build.js b/template/cordova/lib/build.js
index db1f09e..d924627 100644
--- a/template/cordova/lib/build.js
+++ b/template/cordova/lib/build.js
@@ -181,7 +181,7 @@ function parseAndValidateArgs(options) {
     // get build options/defaults
     config.buildType = options.release ? 'release' : 'debug';
 
-    var archs = options.archs || args.archs.toLowerCase();
+    var archs = options.archs || args.archs;
     config.buildArchs = archs ? archs.split(' ') : ['anycpu'];
 
     config.phone = args.phone ? true : false;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org