Skip to content

Commit c15711f

Browse files
committed
build: use ARCHTYPE instead of DESTCPU
Signed-off-by: Stewart X Addison <sxa@ibm.com>
1 parent ffdb03c commit c15711f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ else ifeq ($(OSTYPE),os400)
844844
# TODO(@nodejs/web-infra): IBMi is currently hanging during HTML minification
845845
$(apidocs_html) $(apidocs_json) out/doc/api/all.html out/doc/api/all.json:
846846
@echo "Skipping $@ (not currently supported by $(OSTYPE) machines)"
847-
else ifeq ($(DESTCPU),riscv64)
847+
else ifeq ($(ARCHTYPE),riscv64)
848848
# Many riscv64 environments (except qemu) fail on the wasm steps here
849849
# https://github.com/nodejs/build/issues/4099#issuecomment-4038743335
850850
$(apidocs_html) $(apidocs_json) out/doc/api/all.html out/doc/api/all.json:

0 commit comments

Comments
 (0)