From adbcdce416c6fc806200abf5bf30e6ddd8da0c43 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 16 Oct 2024 03:06:52 +0100 Subject: [PATCH] try --- raylib/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raylib/build.py b/raylib/build.py index bbce1e5..2bfe6b8 100644 --- a/raylib/build.py +++ b/raylib/build.py @@ -179,7 +179,7 @@ def build_unix(): if RAYLIB_PLATFORM=="SDL": extra_link_args += ['-lSDL2'] elif RAYLIB_PLATFORM=="DRM": - extra_link_args += ['-lEGL'] + extra_link_args += ['-lEGL', '-lgbm'] extra_compile_args = ["-Wno-incompatible-pointer-types", "-D_CFFI_NO_LIMITED_API"] libraries = [] # Not sure why but we put them in extra_link_args instead so *shouldnt* be needed here