Skip to content

Commit

Permalink
Remove arg for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Suarez committed Jan 15, 2025
1 parent dcff243 commit ec53ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
[path + '.pyx'],
include_dirs=[numpy.get_include(), RAYLIB_INCLUDE],
extra_compile_args=['-DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION', '-DPLATFORM_DESKTOP', '-O2', '-Wno-alloc-size-larger-than', '-fwrapv'],#, '-g'],
extra_link_args=['-Bsymbolic-functions', '-O2', '--enable-new-dtags', '-fwrapv'],
extra_link_args=['-Bsymbolic-functions', '-O2', '-fwrapv'],
extra_objects=[f'{RAYLIB_LIB}/libraylib.a']
) for path in extension_paths]

Expand Down

0 comments on commit ec53ba0

Please sign in to comment.