Skip to content

Commit 49b632e

Browse files
flakey5ovflowd
authored andcommitted
fixup! fixup! use built node if there isn't one in the path already
Signed-off-by: flakey5 <[email protected]>
1 parent 7a1746d commit 49b632e

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
@@ -803,7 +803,7 @@ apidocs_json = $(addprefix out/,$(apidoc_sources:.md=.json))
803803
run-npm-ci = $(PWD)/$(NPM) ci --omit=dev
804804

805805
tools/doc/node_modules: tools/doc/package.json
806-
@if [ "$(shell $(node_use_openssl_and_icu))" != "true" ]; then \
806+
if [ "$(shell $(node_use_openssl_and_icu))" != "true" ]; then \
807807
echo "Skipping tools/doc/node_modules (no crypto and/or no ICU)"; \
808808
else \
809809
if ! [ `command -v node` ]; then \

0 commit comments

Comments
 (0)