Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Include arch in bindist if known
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Apr 28, 2011
1 parent 29b2b9e commit 948d76f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/config-defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 948d76f

Please sign in to comment.