Skip to content

Commit

Permalink
update fat binary for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpion81 committed Sep 2, 2022
1 parent c0a0ff4 commit b074275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/setup.py
Expand Up @@ -31,8 +31,8 @@
ext_modules = [Extension(
module_name,
['core' + '.pyx'],
extra_compile_args=['-O3','-msse4.2','-ffast-math','-fno-builtin','-arch','arm64e','-arch','x86_64'],
extra_link_args=['-lm','-arch','arm64e','-arch','x86_64'],
extra_compile_args=['-O3','-msse4.2','-ffast-math','-fno-builtin','-arch','arm64e','-arch','x86_64','-arch','arm64'],
extra_link_args=['-lm','-arch','arm64e','-arch','x86_64','-arch','arm64'],
cython_directives={'language_level' : "3"}
)]

Expand Down

0 comments on commit b074275

Please sign in to comment.