This commit is contained in:
Richard Smith 2024-10-13 18:06:27 +01:00
parent ac5b6b95e1
commit 192d2031a7
2 changed files with 12 additions and 3 deletions

View file

@ -162,7 +162,7 @@ def build_unix():
print("BUILDING FOR MAC")
extra_link_args = [get_the_lib_path() + '/libraylib.a', '-framework', 'OpenGL', '-framework', 'Cocoa',
'-framework', 'IOKit', '-framework', 'CoreFoundation', '-framework',
'CoreVideo']
'CoreVideo', '-lSDL2']
libraries = []
extra_compile_args = ["-Wno-error=incompatible-function-pointer-types", "-D_CFFI_NO_LIMITED_API"]
else: #platform.system() == "Linux":