fix incorrect arch in readme
This commit is contained in:
parent
2cd4d7dd20
commit
4b0dbf8493
|
@ -134,7 +134,7 @@ cd build
|
|||
```
|
||||
* If you are on a 64-bit system, run:
|
||||
```
|
||||
cmake -G "MSYS Makefiles" -D CMAKE_BUILD_TYPE=Release -D ARCH="x86_64" -D BUILD_64=ON -D CMAKE_TOOLCHAIN_FILE=../cmake/64-bit-toolchain.cmake -D MSYS2_FOLDER=c:/msys64 ..
|
||||
cmake -G "MSYS Makefiles" -D CMAKE_BUILD_TYPE=Release -D ARCH="x86-64" -D BUILD_64=ON -D CMAKE_TOOLCHAIN_FILE=../cmake/64-bit-toolchain.cmake -D MSYS2_FOLDER=c:/msys64 ..
|
||||
```
|
||||
* If you are on a 32-bit system, run:
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue