Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaobrien authored Jan 18, 2024
1 parent 0191211 commit b27a2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-scripts/dist-cores.sh
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ for f in `ls -v *_${platform}.${EXT}`; do

if [ $LEGACY = "yes" ]; then
gles3=0
else if [ $LEGACY = "no" ]; then
elif [ $LEGACY = "no" ]; then
gles3=1
fi
echo NAME: $name
Expand Down

0 comments on commit b27a2e4

Please sign in to comment.