openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

fix msys2 libs downloading #8051

Closed oxillo closed 4 months ago

oxillo commented 4 months ago

fix #8049

libs are suffixed with MSYSTEM. Removing invalid condition on MINGW_PACKAGE_PREFIX

danoli3 commented 4 months ago

Thanks!!!