From 1886c0c4d6c72e65755d1954fa541587615bc7f4 Mon Sep 17 00:00:00 2001 From: Valentin Vanelslande Date: Thu, 19 Apr 2018 18:12:17 -0500 Subject: [PATCH] Updated Building for Windows (markdown) --- Building-for-Windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index f640ce8..a491008 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -88,8 +88,8 @@ Make sure to follow the instructions and update to the latest version by running ```cmd mkdir build && cd build -cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release .. -make -j4 +cmake -G "MSYS Makefiles" -DCMAKE_MAKE_PROGRAM=mingw32-make -DCMAKE_BUILD_TYPE=Release .. +mingw32-make -j4 # test yuzu out with ./bin/yuzu.exe ```