[ITA] compiler-rt
Takashi Yano
takashi.yano@nifty.ne.jp
Tue Apr 22 19:51:53 GMT 2025
On Tue, 22 Apr 2025 12:27:00 -0700 (PDT)
Jeremy Drake wrote:
> On Tue, 22 Apr 2025, Takashi Yano via Cygwin-apps wrote:
>
> > + set(CYGWIN_LIBRARIES ${MINGW_RUNTIME} cygwin advapi32
> > + shell32 user32 kernel32 ${CYGWIN_RUNTIME})
>
> Is that MINGW_RUNTIME right, or should it have been CYGWIN_RUNTIME in a
> copy-paste error? Because MINGW_RUNTIME seems to be set below, in if
> (MINGW) block that shouldn't be true on CYGWIN.
I borrowed the patch from version 8.0.1, but...
Yeah, this should be
+ set(CYGWIN_LIBRARIES ${CYGWIN_RUNTIME} cygwin advapi32
+ shell32 user32 kernel32 ${CYGWIN_RUNTIME})
Thanks!
--
Takashi Yano <takashi.yano@nifty.ne.jp>
More information about the Cygwin-apps
mailing list