Skip to content

Commit

Permalink
Build different binaries for different libc’s
Browse files Browse the repository at this point in the history
Closes grpc#81
  • Loading branch information
bkw committed Nov 6, 2017
1 parent b37aaab commit 03525b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/grpc-native-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"arguejs": "^0.2.3",
"lodash": "^4.15.0",
"nan": "^2.0.0",
"node-pre-gyp": "^0.6.35",
"node-pre-gyp": "^0.6.39",
"protobufjs": "^5.0.0"
},
"devDependencies": {
Expand All @@ -43,10 +43,10 @@
},
"binary": {
"module_name": "grpc_node",
"module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}",
"module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}",
"host": "https://storage.googleapis.com/",
"remote_path": "grpc-precompiled-binaries/node/{name}/v{version}",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
"package_name": "{node_abi}-{platform}-{arch}-{libc}.tar.gz"
},
"files": [
"LICENSE",
Expand Down

0 comments on commit 03525b6

Please sign in to comment.