uriparser / uriparser

:hocho: Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub

Home Page:https://uriparser.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[MinGW] Add library version suffix to dll name

manisandro opened this issue · comments

The autotools build used to produce dll names with a version suffix, for continuity it would be good if cmake did the same. Currently, I'm using the following downstream patch [1].

[1] https://src.fedoraproject.org/rpms/mingw-uriparser/blob/master/f/uriparser_libversion.patch

Hi Sandro, thanks!

Could you check pull request #64 if the changes I put on top still work fine? Thank you!

Hi Sebastian, yep still works fine, thanks!

Very nice, thanks for testing!