Skip to content

Commit d5c71d3

Browse files
committed
Merge pull request #3942 from rimrul/mingw-tsaware
MinGW: link as terminal server aware
2 parents de83806 + 1e733a7 commit d5c71d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mak.uname

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ ifeq ($(uname_S),MINGW)
691691
DEFAULT_HELP_FORMAT = html
692692
HAVE_PLATFORM_PROCINFO = YesPlease
693693
CSPRNG_METHOD = rtlgenrandom
694-
BASIC_LDFLAGS += -municode
694+
BASIC_LDFLAGS += -municode -Wl,--tsaware
695695
COMPAT_CFLAGS += -DNOGDI -Icompat -Icompat/win32
696696
COMPAT_CFLAGS += -DSTRIP_EXTENSION=\".exe\"
697697
COMPAT_OBJS += compat/mingw.o compat/winansi.o \

0 commit comments

Comments
 (0)