Fix path to install-mold script in linux script (#20286)
Release Notes: - N/A
This commit is contained in:
parent
bd03dea296
commit
c2cf4c45c0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ function finalize {
|
||||||
# verify the mold situation
|
# verify the mold situation
|
||||||
if ! command -v mold >/dev/null 2>&1; then
|
if ! command -v mold >/dev/null 2>&1; then
|
||||||
echo "Warning: Mold binaries are unavailable on your system." >&2
|
echo "Warning: Mold binaries are unavailable on your system." >&2
|
||||||
echo " Builds will be slower without mold. Try: scripts/install-mold" >&2
|
echo " Builds will be slower without mold. Try: script/install-mold" >&2
|
||||||
fi
|
fi
|
||||||
echo "Finished installing Linux dependencies with script/linux"
|
echo "Finished installing Linux dependencies with script/linux"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue