Skip to content

Commit

Permalink
perl: build for cygwin
Browse files Browse the repository at this point in the history
The goal is for perl to report that it was built for cygwin
($^O gives "cygwin" for example) and to adjust all the code depending
on that and remove all the patches for handing the "msys" case.
Everything else should work as before.

* In case cygwin check was extended with msys, remove msys case
* In case msys check was added, replace with cygwin check
* In case msys specific checks/code was added, merge that into the cygwin paths

We still check/set the MSYS env var instead of the CYGWIN env var,
since msys2-runtime doesn't handle both yet, so keep that as is for now.
  • Loading branch information
lazka committed Feb 1, 2025
1 parent f2f9ec0 commit bf466cb
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 1,912 deletions.
Loading

0 comments on commit bf466cb

Please sign in to comment.