Skip to content

Commit

Permalink
fix(native): Split musl/libc packages (musl is unsupported for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Oct 16, 2021
1 parent d003ab3 commit 836bd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-backend-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"module_name": "index",
"host": "https://github.com/cube-js/cube.js/releases/download/",
"remote_path": "v{version}",
"package_name": "native-{node_abi}-{platform}-{arch}.tar.gz",
"package_name": "native-{node_abi}-{platform}-{arch}-{libc}.tar.gz",
"module_path": "native",
"pkg_path": "."
},
Expand Down

0 comments on commit 836bd5f

Please sign in to comment.