Skip to content

Commit

Permalink
Merge pull request #3942 from rimrul/mingw-tsaware
Browse files Browse the repository at this point in the history
MinGW: link as terminal server aware
  • Loading branch information
dscho authored Jul 27, 2022
2 parents eec859c + db29d90 commit c7ab7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.mak.uname
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ ifeq ($(uname_S),MINGW)
DEFAULT_HELP_FORMAT = html
HAVE_PLATFORM_PROCINFO = YesPlease
CSPRNG_METHOD = rtlgenrandom
BASIC_LDFLAGS += -municode
BASIC_LDFLAGS += -municode -Wl,--tsaware
COMPAT_CFLAGS += -DNOGDI -Icompat -Icompat/win32
COMPAT_CFLAGS += -DSTRIP_EXTENSION=\".exe\"
COMPAT_OBJS += compat/mingw.o compat/winansi.o \
Expand Down

0 comments on commit c7ab7b0

Please sign in to comment.