Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-04-28 04:03:11 +0400
committerisaacs <i@izs.me>2011-04-28 04:03:11 +0400
commit948d76f84b5e836ea92fe6787904de21905e0a04 (patch)
tree5d7ea81021bb9b690bae93291ba6c934a7f2a39a
parent29b2b9e80cdd14791f968aaa74d5727154791c47 (diff)
Include arch in bindist if known
-rw-r--r--lib/utils/config-defs.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/config-defs.js b/lib/utils/config-defs.js
index 98d5e929b..8945bf89f 100644
--- a/lib/utils/config-defs.js
+++ b/lib/utils/config-defs.js
@@ -36,6 +36,7 @@ Object.defineProperty(exports, "defaults", {get: function () {
+ "openssl" + process.versions.openssl + "-"
+ "v8" + process.versions.v8 + "-"
+ process.platform + "-"
+ + (process.arch ? process.arch + "-" : "")
+ os.release() )
// are there others?