Skip to content

Commit

Permalink
Use xchesscc not v++ for quick setup (#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber authored Aug 29, 2024
1 parent 29f14c7 commit 0baa629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/quick_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ else
source ironenv/bin/activate
fi
python3 -m pip install --upgrade pip
VPP=`which v++`
VPP=`which xchesscc`
if test -f "$VPP"; then
AIETOOLS="`dirname $VPP`/../aietools"
mkdir -p my_install
Expand Down

0 comments on commit 0baa629

Please sign in to comment.