Fixed #6270: Cross compiling instructions for cppcheck are wrong.

This commit is contained in:
orbitcowboy 2014-11-01 19:00:22 +01:00
parent 67385cfc4b
commit 292b4e3b93
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ make LDFLAGS=-lshlwapi
```shell
sudo apt-get install mingw32
make CXX=i586-mingw32msvc-g++ LDFLAGS="-lshlwapi"
make CXX=i586-mingw32msvc-g++ LDFLAGS="-lshlwapi" RDYNAMIC=""
mv cppcheck cppcheck.exe
```