Skip to content

Commit f17c3bf

Browse files
fix: gyp errors
1 parent f8de10e commit f17c3bf

File tree

1 file changed

+3
-1
lines changed
  • lib/node_modules/@stdlib/number/float32/base/signbit

1 file changed

+3
-1
lines changed

lib/node_modules/@stdlib/number/float32/base/signbit/manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
],
2828
"confs": [
2929
{
30+
"task": "build",
31+
"wasm": false,
3032
"src": [
3133
"./src/main.c"
3234
],
@@ -56,7 +58,7 @@
5658
},
5759
{
5860
"task": "examples",
59-
"wasm": false,
61+
"wasm": true,
6062
"src": [
6163
"./src/main.c"
6264
],

0 commit comments

Comments
 (0)