From 9e92959cd52c37bef275a781e418a54d6e6c33bb Mon Sep 17 00:00:00 2001 From: ruineka Date: Thu, 28 Sep 2017 16:59:48 -0500 Subject: [PATCH] Updated Building for Windows (markdown) --- 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 e57e2e2..946ed22 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -91,7 +91,7 @@ mingw32-make -j4 #### Creating a static build (Optional) * Instead of installing `mingw-w64-x86_64-qt5` install `mingw-w64-x86_64-qt5-static` - * Add `-DMINGW_STATIC_BUILD` to the cmake command line + * Add `-DMINGW_STATIC_BUILD=1` to the cmake command line #### Building without Qt (Optional)