We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ac69b commit 600952dCopy full SHA for 600952d
configure.ac
@@ -106,6 +106,7 @@ case ${host_os} in
106
AC_CHECK_TOOL([WINDRES], [windres], AC_MSG_ERROR([windres not found]))
107
WIN32_LIBS='-ldbghelp -lshfolder -lshlwapi -lpsapi -lshell32 -lwinmm -lws2_32 -liphlpapi'
108
AC_SUBST([WIN32_LIBS], [${WIN32_LIBS}])
109
+ LDFLAGS="-Wl,-subsystem,windows ${LDFLAGS}"
110
;;
111
*openbsd*)
112
AC_DEFINE([_XOPEN_SOURCE], 600, [Enable POSIX extensions if present])
0 commit comments