We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libfuse
1 parent 3c6f6c4 commit 098f577Copy full SHA for 098f577
package.json
@@ -17,7 +17,7 @@
17
"dependencies": {
18
"exclfs": "piranna/exclfs",
19
"jocker": "^0.0.0",
20
- "libfuse": "^2.9.8-0",
+ "libfuse": "^2.9.8-2",
21
"nodeos-boot-multiUser": "^0.4.1",
22
"nodeos-cross-toolchain": "^1.0.0-RC3",
23
"usrbinenv": "^0.1.0"
scripts/build
@@ -39,9 +39,7 @@ OUT_DIR=`pwd`/out/$CPU
39
SRC_FUSE=`node -p "require('libfuse')"`
40
41
(
42
- cd $SRC_FUSE
43
- # BITS=$BITS CPU=$CPU MACHINE=$MACHINE npm run build || exit 11
44
- BITS=$BITS CPU=$CPU MACHINE=$MACHINE npm install --production || exit 11
+ cd $SRC_FUSE && eval "$NPMi" || exit 11
45
) || err $?
46
47
0 commit comments