Skip to content

Commit

Permalink
fix prebuilt path for x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Oct 12, 2020
1 parent d62b24e commit 0830384
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build_addon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ case $ARCH in
NODE_URL=https://unofficial-builds.nodejs.org/download/release/v${NODE_VERSION}/${NODE_NAME}.tar.xz
PREBUILT=$BUILD_DIR/prebuilt/$ARCH
;;
x86_64)
NODE_URL=https://nodejs.org/dist/v${NODE_VERSION}/${NODE_NAME}.tar.xz
PREBUILT=$BUILD_DIR/prebuilt/$ARCH
;;
*)
NODE_URL=https://nodejs.org/dist/v${NODE_VERSION}/${NODE_NAME}.tar.xz
PREBUILT=$BUILD_DIR/prebuilt/armv6l
Expand Down

0 comments on commit 0830384

Please sign in to comment.