make command is not working on msys2 + windows
make failed with "projectgenerator.exe" delivered with oF 0.12.0 msys2 for windows.
find: ‘....../libs/openFrameworksCompiled/project/msys2/config.*.mk’: No such file or directory
I found that generated config.make in project.
OF_ROOT=..\..\..
and this should be ../../.. or commented out. after fix this. make command works.
FYI. I tested with oF0.12.0 msys2 version which can from openframeworks.cc website.
btw. I'm not sure this issue reproduce in english version of windows. can anyone test this ?
tagging @oxillo and @dimitre as this might be PG related too.
single back-slash are causing problems in MSYS2. I would recommend to keep Linux style forward slash (instead of double back slashes) to keep compatibility of generated Makefiles with Linux, Mac,...