diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/cbb-musl-pe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/cbb-musl-pe.h b/libc/cbb-musl-pe.h index 5f9dbf05a..88ac3ace2 100644 --- a/libc/cbb-musl-pe.h +++ b/libc/cbb-musl-pe.h @@ -89,7 +89,7 @@ extern "C" { "%{!shared:%R/lib/" \ "%{static:S}crt1.o}} " \ "%{!shared:%{mposix:%R/lib/crtposix.o}} " \ - "%{!shared:%{mtty-console:%R/lib/crtdev.o}} " \ + "%{!shared:%{mdinga:%R/lib/crtdinga.o}} " \ "%{shared:%R/lib/crte.o} " \ "%{static:crtbeginT.o%s;" \ "shared|pie:crtbeginS.o%s;" \ |