Skip to content

Commit

Permalink
Add libc field to swc packages (#37131)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed May 23, 2022
1 parent 0ac0f59 commit 2b93e38
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"main": "next-swc.linux-arm64-gnu.node",
"files": [
"next-swc.linux-arm64-gnu.node"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cpu": [
"arm64"
],
"libc": [
"musl"
],
"main": "next-swc.linux-arm64-musl.node",
"files": [
"next-swc.linux-arm64-musl.node"
Expand Down
3 changes: 3 additions & 0 deletions packages/next-swc/crates/napi/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cpu": [
"x64"
],
"libc": [
"glibc"
],
"main": "next-swc.linux-x64-gnu.node",
"files": [
"next-swc.linux-x64-gnu.node"
Expand Down
3 changes: 3 additions & 0 deletions packages/next-swc/crates/napi/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cpu": [
"x64"
],
"libc": [
"musl"
],
"main": "next-swc.linux-x64-musl.node",
"files": [
"next-swc.linux-x64-musl.node"
Expand Down

0 comments on commit 2b93e38

Please sign in to comment.