From ce9e1688c66673a825865a4df5ef328344ee44c6 Mon Sep 17 00:00:00 2001 From: Patrick Voigt Mascarenhas Date: Sat, 8 Apr 2017 20:48:37 +0200 Subject: [PATCH] typo and mwindows --- CMakeLists.txt | 1 + docs/install.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca02bbc..091ecb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,6 +59,7 @@ pkg_check_modules(LIBGIT2 libgit2 REQUIRED) if(MSYS) set(global_libraries winpthread) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mwindows") endif() set(global_libraries ${global_libraries} ${GTKMM_LIBRARIES} diff --git a/docs/install.md b/docs/install.md index ec0cd82..916050e 100644 --- a/docs/install.md +++ b/docs/install.md @@ -133,7 +133,7 @@ make make install ``` -##Windows with MSYS2 (https://msys2.github.io/) +## Windows with MSYS2 (https://msys2.github.io/) **See https://github.com/cppit/jucipp/issues/190 for details on adding debug support in MSYS2** Install dependencies (replace `x86_64` with `i686` for 32-bit MSYS2 installs):