Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit ce9e168

Browse files
author
Patrick Voigt Mascarenhas
committed
typo and mwindows
1 parent fde890e commit ce9e168

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ pkg_check_modules(LIBGIT2 libgit2 REQUIRED)
5959

6060
if(MSYS)
6161
set(global_libraries winpthread)
62+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mwindows")
6263
endif()
6364
set(global_libraries ${global_libraries}
6465
${GTKMM_LIBRARIES}

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ make
133133
make install
134134
```
135135

136-
##Windows with MSYS2 (https://msys2.github.io/)
136+
## Windows with MSYS2 (https://msys2.github.io/)
137137
**See https://github.com/cppit/jucipp/issues/190 for details on adding debug support in MSYS2**
138138

139139
Install dependencies (replace `x86_64` with `i686` for 32-bit MSYS2 installs):

0 commit comments

Comments
 (0)