Skip to content

Commit 60225c1

Browse files
legendecasMylesBorins
authored andcommitted
build: fix missing x64 arch suffix in binary tar name
PR-URL: #30877 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent e11acc5 commit 60225c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,7 @@ endif
842842
endif
843843
endif
844844
endif
845+
endif
845846
ifeq ($(DESTCPU),x64)
846847
ARCH=x64
847848
else
@@ -871,7 +872,6 @@ endif
871872
endif
872873
endif
873874
endif
874-
endif
875875

876876
# node and v8 use different arch names (e.g. node 'x86' vs v8 'ia32').
877877
# pass the proper v8 arch name to $V8_ARCH based on user-specified $DESTCPU.

0 commit comments

Comments
 (0)