Fix build-setup.sh typo

Co-authored-by: Abraham Gonzalez <abe.j.gonza@gmail.com>
This commit is contained in:
Jerry Zhao
2024-02-28 09:33:55 -08:00
committed by GitHub
parent b8273d874e
commit b23d6edaf6

View File

@@ -312,7 +312,7 @@ if run_step "10"; then
if [ "$BUILD_CIRCT" = true ] ; then if [ "$BUILD_CIRCT" = true ] ; then
echo "Building CIRCT from source, and installing to $PREFIX" echo "Building CIRCT from source, and installing to $PREFIX"
$CYDIR/scripts/build-circt-from-source --prefix $PREFIX $CYDIR/scripts/build-circt-from-source.sh --prefix $PREFIX
else else
echo "Downloading CIRCT from nightly build" echo "Downloading CIRCT from nightly build"