We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3269b0c commit adbcdceCopy full SHA for adbcdce
raylib/build.py
@@ -179,7 +179,7 @@ def build_unix():
179
if RAYLIB_PLATFORM=="SDL":
180
extra_link_args += ['-lSDL2']
181
elif RAYLIB_PLATFORM=="DRM":
182
- extra_link_args += ['-lEGL']
+ extra_link_args += ['-lEGL', '-lgbm']
183
extra_compile_args = ["-Wno-incompatible-pointer-types", "-D_CFFI_NO_LIMITED_API"]
184
libraries = [] # Not sure why but we put them in extra_link_args instead so *shouldnt* be needed here
185
0 commit comments