diff options
| author | iarkn <[email protected]> | 2024-04-05 17:55:23 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-05 12:55:23 +0200 |
| commit | 414229bcf93816daaa253a82cd54fbd7b18e6449 (patch) | |
| tree | 0fea65bdd4f98bc2b56515bc3f9403f442516e70 /src/raymath.h | |
| parent | 890058abcd6e3c03fe2c59ebb416db1e8b75446f (diff) | |
| download | raylib-414229bcf93816daaa253a82cd54fbd7b18e6449.tar.gz raylib-414229bcf93816daaa253a82cd54fbd7b18e6449.zip | |
Fix #3891 breaking builds for Zig v0.11.0 (#3896)
The changes brought by #3891 uses `std.process.Child.run` which was
renamed from `std.process.Child.exec` in Zig version 0.11.0. This commit
adds a version check to use the appropriate function names.
Additionally, the `linux_display_backend` configuration option is added
so users can set it when running `zig build` with the `-D` option or
when using raylib as a dependency.
Diffstat (limited to 'src/raymath.h')
0 files changed, 0 insertions, 0 deletions
