NEW 170287
Allow using system library for double-conversion instead of bundled copy in wtf/dtoa
https://bugs.webkit.org/show_bug.cgi?id=170287
Summary Allow using system library for double-conversion instead of bundled copy in w...
Konstantin Tokarev
Reported 2017-03-30 09:56:54 PDT
Attachments
Michael Catanzaro
Comment 1 2017-03-30 16:07:17 PDT
Also, the bundled copy needs to be moved to Source/ThirdParty.
Alexey Proskuryakov
Comment 2 2017-04-02 10:58:51 PDT
> Also, the bundled copy needs to be moved to Source/ThirdParty. The WTF directory needs to build on its own, without other parts of the repository checked out. So to do this, dtoa would need to become a separate project.
Michael Catanzaro
Comment 3 2017-04-02 12:18:53 PDT
Mmmm, next best thing would be Source/WTF/wtf/ThirdParty/dtoa, that should work. We just need some way to track third-party stuff rather than hiding it in secret locations.
Note You need to log in before you can comment on or make changes to this bug.