Remove usage of cygwin_conv_path() under cygwin/msys #216
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "remove-cygwin-path-conv"
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?
This converted Unix paths to Windows paths, but all cygwin tools
work with Unix paths so this shouldn't be needed.
There is one use case if you use a cygwin pkgconf with a non-cygwin toolchain,
but pkgconf works reasonable well natively now so this shouldn't be needed
anymore and more likely leads to problems and confusion.
Both cygwin and msys have patched this out already:
a4bce0c294/pkgconf/PKGBUILD (L26)