Skip to content

Commit 971778d

Browse files
committed
fixup! fixup! use built node if there isn't one in the path already
Signed-off-by: flakey5 <[email protected]>
1 parent f4680a9 commit 971778d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ apidocs_json = $(addprefix out/,$(apidoc_sources:.md=.json))
795795
run-npm-ci = $(PWD)/$(NPM) ci --omit=dev
796796

797797
tools/doc/node_modules: tools/doc/package.json
798-
@if [ "$(shell $(node_use_openssl_and_icu))" != "true" ]; then \
798+
if [ "$(shell $(node_use_openssl_and_icu))" != "true" ]; then \
799799
echo "Skipping tools/doc/node_modules (no crypto and/or no ICU)"; \
800800
else \
801801
if ! [ `command -v node` ]; then \

0 commit comments

Comments
 (0)