Fix build-setup.sh typo
Co-authored-by: Abraham Gonzalez <abe.j.gonza@gmail.com>
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user