-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Milestone
Description
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.