Skip to content

Commit 68fc875

Browse files
committed
Merge pull request #3942 from rimrul/mingw-tsaware
MinGW: link as terminal server aware
2 parents ed18db1 + effc5a9 commit 68fc875

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
@@ -681,7 +681,7 @@ ifeq ($(uname_S),MINGW)
681681
DEFAULT_HELP_FORMAT = html
682682
HAVE_PLATFORM_PROCINFO = YesPlease
683683
CSPRNG_METHOD = rtlgenrandom
684-
BASIC_LDFLAGS += -municode
684+
BASIC_LDFLAGS += -municode -Wl,--tsaware
685685
COMPAT_CFLAGS += -DNOGDI -Icompat -Icompat/win32
686686
COMPAT_CFLAGS += -DSTRIP_EXTENSION=\".exe\"
687687
COMPAT_OBJS += compat/mingw.o compat/winansi.o \

0 commit comments

Comments
 (0)