Skip to content

Commit

Permalink
Add libc variable to binary paths in package.json template
Browse files Browse the repository at this point in the history
  • Loading branch information
bkw committed Nov 7, 2017
1 parent 03525b6 commit 4479312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/grpc-native-core/templates/package.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,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 4479312

Please sign in to comment.