Skip to content

uriparser: try to fix usage in HBD

Karel Koci requested to merge bugfix/uriparser-patch-pc into develop

For some reason this fixes usage of liburiparser in HBD. It probably relies on prefix variable tampering or something and because liburiparser was inserting full paths instead of composing them from prefix it created issue of mixed includes.

This should fix updater build in HBD. Thanks to @mbehun.

Merge request reports