Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support configuration of Raylib Makefile variables
Use the justfile parameter `raylib_extra_make_variables` to set Raylib Makefile parameters. For example use: ``` just raylib_extra_make_variables='USE_WAYLAND_DISPLAY=TRUE' build ``` to build Raylib with Wayland support. Co-authored-by: ayhon <[email protected]>
- Loading branch information