mirror of https://github.com/PCSX2/pcsx2.git
build: s/\t/ /
This commit is contained in:
parent
41081e1b40
commit
fa487474d2
2
build.sh
2
build.sh
|
@ -74,7 +74,7 @@ for ARG in "$@"; do
|
|||
echo
|
||||
echo "** Quality & Assurance (Please install the external tool) **"
|
||||
echo "--asan : Enable Address sanitizer"
|
||||
echo "--cppcheck : Do a cppcheck analysis. Results can be found in build directory"
|
||||
echo "--cppcheck : Do a cppcheck analysis. Results can be found in build directory"
|
||||
echo "--coverity : Do a build for coverity"
|
||||
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue