Skip to content

Commit

Permalink
fix alpine incompatibility issue for node 16, 17
Browse files Browse the repository at this point in the history
  • Loading branch information
abbr committed Apr 1, 2022
1 parent fd7041e commit 24de470
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"OS=='linux'",
{
"ldflags": [
"-static-libstdc++"
# "-static-libstdc++",
]
}
]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deasync",
"version": "0.1.25",
"version": "0.1.26",
"description": "Turns async function into sync via JavaScript wrapper of Node event loop",
"main": "index.js",
"author": "Vladimir Kurchatkin <vladimir.kurchatkin@gmail.com>",
Expand Down

0 comments on commit 24de470

Please sign in to comment.