Skip to content

Commit adbcdce

Browse files
try
1 parent 3269b0c commit adbcdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raylib/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def build_unix():
179179
if RAYLIB_PLATFORM=="SDL":
180180
extra_link_args += ['-lSDL2']
181181
elif RAYLIB_PLATFORM=="DRM":
182-
extra_link_args += ['-lEGL']
182+
extra_link_args += ['-lEGL', '-lgbm']
183183
extra_compile_args = ["-Wno-incompatible-pointer-types", "-D_CFFI_NO_LIMITED_API"]
184184
libraries = [] # Not sure why but we put them in extra_link_args instead so *shouldnt* be needed here
185185

0 commit comments

Comments
 (0)