Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.

scripts: fix node build script being hardcoded to x86 #33

Merged
merged 2 commits into from
Jan 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/node_build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

set -Eeuo pipefail


function main() {
cd "$(dirname "$0")/../lib/node"

Expand Down Expand Up @@ -32,7 +33,6 @@ function main() {
echo "cores: $cores"

./configure \
--dest-cpu=x64 \
--link-module ./lib/nbin.js \
--link-module ./lib/_third_party_main.js \
--openssl-no-asm --openssl-use-def-ca-store
Expand Down