[RFC] Slightly rework Windows path handling to be more pkg-config compatible #212
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
In MSYS2 we've switched from pkg-config to pkgconf some weeks ago for native Windows builds and had to patch some things regarding directory separators to fix some builds and make the meson test suite pass. It's been working nicely since then.
It mainly comes down to this patch: https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-pkgconf/0004-fix-prefix-dirsep.patch (this is against the last release, so for master there are more changes/reverts)
I'd try to clean this up and create a PR if this is something that seems acceptable.
This seems fine to me.
@lazka do you have time to look at this?
sorry, yes, today or tomorrow.
edit: tomorrow
See #216 and #217
Thanks you! If there are any Windows related issues feel free to ping me.