fixed typo

OZtistic 2022-03-22 18:13:42 +11:00
parent 4cbf434312
commit bd91201976
1 changed files with 1 additions and 1 deletions

@ -130,5 +130,5 @@ cd yuzu
mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -A x64
cmake --build . --config Release`
cmake --build . --config Release
```