This commit is contained in:
Richard Smith 2024-10-16 03:06:52 +01:00
parent 3269b0cb9b
commit adbcdce416

View file

@ -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