try
This commit is contained in:
parent
d17d3abb92
commit
3269b0cb9b
3 changed files with 4 additions and 2 deletions
|
@ -178,6 +178,8 @@ def build_unix():
|
|||
'-lrt', '-lm', '-ldl', '-lX11', '-lpthread', '-latomic']
|
||||
if RAYLIB_PLATFORM=="SDL":
|
||||
extra_link_args += ['-lSDL2']
|
||||
elif RAYLIB_PLATFORM=="DRM":
|
||||
extra_link_args += ['-lEGL']
|
||||
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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "5.5.0.0.dev1"
|
||||
__version__ = "5.5.0.0.dev2"
|
Reference in a new issue