update mac builds to 3.0
This commit is contained in:
parent
98639e03eb
commit
eeaaf69044
22 changed files with 2898 additions and 1951 deletions
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -14,7 +14,7 @@ ffibuilder.set_source("_raylib_cffi",
|
|||
"""
|
||||
#include "../raylib.h"
|
||||
""",
|
||||
extra_link_args=['/usr/local/lib/libraylib.a','-lm', '-lpthread', '-lGLU', '-lGL', '-lrt', '-lm', '-ldl', '-lX11', '-lpthread'],
|
||||
extra_link_args=['/usr/local/lib/libraylib_mac.a','-lm', '-lpthread', '-lGLU', '-lGL', '-lrt', '-lm', '-ldl', '-lX11', '-lpthread'],
|
||||
libraries=['GL','m','pthread', 'dl', 'rt', 'X11']
|
||||
)
|
||||
|
||||
|
|
Reference in a new issue