Skip to content

Commit

Permalink
Add libc field to armv7 packages (#5479)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Apr 22, 2024
1 parent 5d8019b commit a80117f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"homepage": "https://rollupjs.org/",
"license": "MIT",
"repository": "rollup/rollup",
"libc": [
"glibc"
],
"main": "./rollup.linux-arm-gnueabihf.node"
}
3 changes: 3 additions & 0 deletions npm/linux-arm-musleabihf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"homepage": "https://rollupjs.org/",
"license": "MIT",
"repository": "rollup/rollup",
"libc": [
"musl"
],
"main": "./rollup.linux-arm-musleabihf.node"
}

0 comments on commit a80117f

Please sign in to comment.