From 608f4ffcdd4a14ec403da319f6fea76667bc6abf Mon Sep 17 00:00:00 2001 From: Jcw87 Date: Thu, 15 Nov 2018 01:25:27 -0800 Subject: [PATCH] Add python2 to MinGW build dependencies --- Building-for-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index aee6fa5..3abdb42 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -79,7 +79,7 @@ Make sure to follow the instructions and update to the latest version by running ### Install yuzu dependencies for MinGW-w64 * Open the "MSYS2 MinGW 64-bit" (mingw64.exe) shell -* Download and install all dependencies using: `pacman -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-qt5 mingw-w64-x86_64-SDL2 mingw-w64-x86_64-cmake make git` +* Download and install all dependencies using: `pacman -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-qt5 mingw-w64-x86_64-SDL2 mingw-w64-x86_64-cmake make git python2` ### Clone the yuzu repository with Git