Skip to content

Commit 870ff97

Browse files
committed
win32 build settings for msys
1 parent 120328e commit 870ff97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fi
5454
# Check for operating system
5555
AC_MSG_CHECKING([whether to enable WIN32 build settings])
5656
case ${host_os} in
57-
*mingw32*|*cygwin*)
57+
*mingw32*|*msys*|*cygwin*)
5858
win32=true
5959
AC_MSG_RESULT([yes])
6060
AC_DEFINE(WIN32_LEAN_AND_MEAN, 1, [Define to limit the scope of windows.h])

0 commit comments

Comments
 (0)