Closed ianthehenry closed 3 years ago
This is already in the include path for the windows build, but it's necessary on macOS as well.
I didn't test the build on Linux to see if it matters there too, so I left it alone.
Without this change, jpm build fails with:
jpm build
raylib/src/core.c:193:14: fatal error: 'GLFW/glfw3.h' file not found #include "GLFW/glfw3.h" // GLFW3 library: Windows, OpenGL contex...
LGTM
This is already in the include path for the windows build, but it's necessary on macOS as well.
I didn't test the build on Linux to see if it matters there too, so I left it alone.
Without this change,
jpm build
fails with: