Skip to content

Commit f73ab13

Browse files
committed
fix: added darwin-universal to the requireBinding list
[ci skip]
1 parent 0ff1a1c commit f73ab13

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

package-lock.json

Lines changed: 61 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/native/quiche.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,15 @@ switch (process.platform) {
110110
'darwin-x64',
111111
'darwin-x64+arm64',
112112
'darwin-arm64+x64',
113+
'darwin-universal',
113114
]);
114115
break;
115116
case 'arm64':
116117
nativeBinding = requireBinding([
117118
'darwin-arm64',
118119
'darwin-arm64+x64',
119120
'darwin-x64+arm64',
121+
'darwin-universal',
120122
]);
121123
break;
122124
default:

0 commit comments

Comments
 (0)