Skip to content

Commit 10fedbe

Browse files
committed
[build-script] Use ${NINJA_BIN} instead of ninja
build-script shouldn't assume ninja is in the system path.
1 parent 393eae2 commit 10fedbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2746,7 +2746,7 @@ for host in "${ALL_HOSTS[@]}"; do
27462746
fi
27472747
else
27482748
with_pushd ${lldb_build_dir} \
2749-
ninja check-lldb-unit
2749+
${NINJA_BIN} check-lldb-unit
27502750
fi
27512751

27522752
swift_build_dir=$(build_directory ${host} swift)

0 commit comments

Comments
 (0)