From 47a39891b8688d7eaacdb7573a978207572ad9fb Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 9 Jan 2021 02:16:22 +0000 Subject: midipix (musl-pe) targets: mark executable images as Terminal Services Aware. --- libc/cbb-musl-pe.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/cbb-musl-pe.h b/libc/cbb-musl-pe.h index f84ccf17f..132366250 100644 --- a/libc/cbb-musl-pe.h +++ b/libc/cbb-musl-pe.h @@ -129,6 +129,7 @@ extern "C" { "%{shared:--entry __so_entry_point} " \ "%{shared:--enable-auto-image-base} " \ "--subsystem %{mconsole:console;:windows} " \ + "%{!shared:--tsaware} " \ LINK_DSO_SYM_SPEC #undef SUBTARGET_EXTRA_SPECS -- cgit v1.2.3