mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Typo
This commit is contained in:
parent
e5e0c33ed6
commit
bdea56370d
@ -50,7 +50,7 @@ if [ "$USE_LANG_CXX" = "yes" ]; then
|
||||
CXX=`which g++ c++ 2> /dev/null | grep ^/ | head -n 1`
|
||||
fi
|
||||
if [ -z $CXX ]; then
|
||||
echo "Could not find C compiler in path. Exiting ..."
|
||||
echo "Could not find C++ compiler in path. Exiting ..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user