Skip to content

Commit 098f577

Browse files
committed
Compile libfuse for correct architecture
1 parent 3c6f6c4 commit 098f577

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"exclfs": "piranna/exclfs",
1919
"jocker": "^0.0.0",
20-
"libfuse": "^2.9.8-0",
20+
"libfuse": "^2.9.8-2",
2121
"nodeos-boot-multiUser": "^0.4.1",
2222
"nodeos-cross-toolchain": "^1.0.0-RC3",
2323
"usrbinenv": "^0.1.0"

scripts/build

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ OUT_DIR=`pwd`/out/$CPU
3939
SRC_FUSE=`node -p "require('libfuse')"`
4040

4141
(
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
42+
cd $SRC_FUSE && eval "$NPMi" || exit 11
4543
) || err $?
4644

4745

0 commit comments

Comments
 (0)