msys2 / pactoys

A set of pacman packaging utilities.
Other
5 stars 3 forks source link

Behaves differently in MINGW vs CLANG envs #4

Closed lazka closed 4 months ago

lazka commented 2 years ago

Someone noticed on IRC:

pacboy -S git does something different in mingw vs clang environments. Likely caused by https://github.com/msys2/pactoys/blob/8860e1f8ec93fa6487906659e2ac1abe5a082436/source/pacboy/pacboy.sh#L55

It also tries to install for both mingw32 and mingw64 in a MINGW env.. which is questionable now that they are no longer special.