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

Commit 1d98273

Browse files
Ayane Satomicode-asher
Ayane Satomi
authored andcommitted
scripts: fix node build script being hardcoded to x86 (#33)
1 parent afff57d commit 1d98273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/node_build.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
set -Eeuo pipefail
55

6+
67
function main() {
78
cd "$(dirname "$0")/../lib/node"
89

@@ -32,7 +33,6 @@ function main() {
3233
echo "cores: $cores"
3334

3435
./configure \
35-
--dest-cpu=x64 \
3636
--link-module ./lib/nbin.js \
3737
--link-module ./lib/_third_party_main.js \
3838
--openssl-no-asm --openssl-use-def-ca-store

0 commit comments

Comments
 (0)