Skip to content

Commit 3cd8f1b

Browse files
dschoGit for Windows Build Agent
authored andcommitted
Merge pull request #3942 from rimrul/mingw-tsaware
MinGW: link as terminal server aware
2 parents 22c5b85 + 1b5337f commit 3cd8f1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.mak.uname

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ ifeq ($(uname_S),MINGW)
665665
DEFAULT_HELP_FORMAT = html
666666
HAVE_PLATFORM_PROCINFO = YesPlease
667667
CSPRNG_METHOD = rtlgenrandom
668-
BASIC_LDFLAGS += -municode
668+
BASIC_LDFLAGS += -municode -Wl,--tsaware
669669
COMPAT_CFLAGS += -DNOGDI -Icompat -Icompat/win32
670670
COMPAT_CFLAGS += -DSTRIP_EXTENSION=\".exe\"
671671
COMPAT_OBJS += compat/mingw.o compat/winansi.o \

0 commit comments

Comments
 (0)