From b2575f55d8fdd6238c2aedde0d4c62302f9ae4b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Tue, 15 Aug 2017 23:25:23 +0200 Subject: [PATCH] Compilation.md: Minor wording change. --- docs/Compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Compilation.md b/docs/Compilation.md index ebb1ffc42cd..1fdb1156510 100644 --- a/docs/Compilation.md +++ b/docs/Compilation.md @@ -51,7 +51,7 @@ Choose `Use Git from the Windows command prompt`. This isn't mandatory, so if yo SET "MPCHC_GIT=C:\Program Files\Git" REM Optional, if you plan to modify the translations, install Python 2.7 or set the variable to its path SET "MPCHC_PYTHON=C:\Python27" - REM Optional, If you want to customize the winsdk you want to use, set the variable. + REM Optional, If you want to customize the Windows SDK version used, set the variable SET "MPCHC_WINSDK_VER=8.1" ```