Fixed #6270: Cross compiling instructions for cppcheck are wrong.
This commit is contained in:
parent
67385cfc4b
commit
292b4e3b93
|
@ -115,7 +115,7 @@ make LDFLAGS=-lshlwapi
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo apt-get install mingw32
|
sudo apt-get install mingw32
|
||||||
make CXX=i586-mingw32msvc-g++ LDFLAGS="-lshlwapi"
|
make CXX=i586-mingw32msvc-g++ LDFLAGS="-lshlwapi" RDYNAMIC=""
|
||||||
mv cppcheck cppcheck.exe
|
mv cppcheck cppcheck.exe
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue