Add libc variable to binary paths in package.json template

This commit is contained in:
Bernhard K. Weisshuhn 2017-11-07 08:31:19 +01:00
parent 03525b6a5e
commit 4479312171
No known key found for this signature in database
GPG Key ID: FAE75AD6C7E07B39
1 changed files with 2 additions and 2 deletions

View File

@ -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",