diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/cbb-musl-pe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/cbb-musl-pe.h b/libc/cbb-musl-pe.h index 759db87b8..38976ee6e 100644 --- a/libc/cbb-musl-pe.h +++ b/libc/cbb-musl-pe.h @@ -128,6 +128,8 @@ extern "C" { "--output-def %{o*:%.so.def%*}}} " \ "%{shared:%{mout-implib:" \ "--out-implib %{o*:%.lib.a%*}}} " \ + "%{shared:%{mout-dsolib:" \ + "--out-dsolib %{o*:%.lib.a%*}}} " \ "%{!shared:--entry _start} " \ "%{!shared:--image-base 0x1920000} " \ "%{shared:--entry __so_entry_point} " \ |