[Webkit-unassigned] [Bug 210068] [WPE] Build fixes for musl C library on Linux
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 5 00:47:45 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=210068
--- Comment #19 from Yusuke Suzuki <ysuzuki at apple.com> ---
Comment on attachment 425133
--> https://bugs.webkit.org/attachment.cgi?id=425133
potential fix
View in context: https://bugs.webkit.org/attachment.cgi?id=425133&action=review
> Source/JavaScriptCore/runtime/OptionsList.h:74
> +#if OS(LINUX) && !defined(__GLIBC__)
Let's add __BIONIC__ too.
> Source/WTF/wtf/Threading.h:63
> +#if OS(LINUX) && !defined(__GLIBC__)
Ditto.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210405/54b979d6/attachment-0001.htm>
More information about the webkit-unassigned
mailing list