We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3c731 commit 6b7103fCopy full SHA for 6b7103f
build_addon.sh
@@ -26,17 +26,20 @@ esac
26
case $ARCH in
27
armv6l)
28
NODE_URL=https://unofficial-builds.nodejs.org/download/release/v${NODE_VERSION}/${NODE_NAME}.tar.xz
29
+ PREBUILT=$BUILD_DIR/prebuilt/$ARCH
30
;;
31
i686)
32
# Todo - Node 14 i686 (32bit) build https://github.com/rdmtc/RedMatic/issues/374
33
34
35
36
*)
37
NODE_URL=https://nodejs.org/dist/v${NODE_VERSION}/${NODE_NAME}.tar.xz
38
+ PREBUILT=$BUILD_DIR/prebuilt/armv6l
39
40
esac
41
-PREBUILT=$BUILD_DIR/prebuilt/$ARCH
42
+
43
44
ADDON_FILES=$BUILD_DIR/addon_files
45
ADDON_TMP=$BUILD_DIR/addon_tmp
0 commit comments