tsoding / musializer

Music Visualizer
MIT License
926 stars 97 forks source link

Don't use a prefix for ar on windows hosts #120

Open Markos-Th09 opened 2 months ago

Markos-Th09 commented 2 months ago

The prefixed x86_64-w64-mingw32-ar doesn't exist on windows. Since this is a common issue with mingw utilities on windows distributions, another example being windres, I have created a macro MAYBE_PREFIXED to prefix binaries when running on non windows hosts.

Closes #99