Re: MinGW support for SpiderMonkey
Mihai Dobrescu <[email protected]> Sun, 14 Aug 2016 23:05:21 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.jseng |
|---|---|
| Message-ID | <[email protected]> |
Eventually I've figured out how to build ICU. But, with minimum modifications though, SpiderMonkey expects libs ending in .a, not .dll.a as ICU builds with MinGW64. What is the correct extension, .dll.a or .a?