Skip to content

Commit 4479312

Browse files
committed
Add libc variable to binary paths in package.json template
1 parent 03525b6 commit 4479312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/grpc-native-core/templates/package.json.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
},
4646
"binary": {
4747
"module_name": "grpc_node",
48-
"module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}",
48+
"module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}",
4949
"host": "https://storage.googleapis.com/",
5050
"remote_path": "grpc-precompiled-binaries/node/{name}/v{version}",
51-
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
51+
"package_name": "{node_abi}-{platform}-{arch}-{libc}.tar.gz"
5252
},
5353
"files": [
5454
"LICENSE",

0 commit comments

Comments
 (0)