mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2025-07-23 13:30:57 +00:00
fixed typo
parent
4cbf434312
commit
bd91201976
|
@ -130,5 +130,5 @@ cd yuzu
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -G "Visual Studio 16 2019" -A x64
|
cmake .. -G "Visual Studio 16 2019" -A x64
|
||||||
cmake --build . --config Release`
|
cmake --build . --config Release
|
||||||
```
|
```
|
Loading…
Reference in a new issue