Updated Building for Windows (markdown)

merry 2022-02-12 12:15:22 +00:00
parent 5205b0ff9f
commit a95f374105
1 changed files with 1 additions and 1 deletions

@ -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 . cmake --build . --config Release`
``` ```