janet-lang / jaylib

Janet bindings to Raylib
MIT License
137 stars 36 forks source link

fix macOS build #25

Closed ianthehenry closed 2 years ago

ianthehenry commented 2 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:

raylib/src/core.c:193:14: fatal error: 'GLFW/glfw3.h' file not found
    #include "GLFW/glfw3.h"         // GLFW3 library: Windows, OpenGL contex...
bakpakin commented 2 years ago

LGTM