Skip to content

Commit

Permalink
removed -iarch in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cbonnett committed May 20, 2015
1 parent 6c314f0 commit f6925b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def compile_cfitsio():
extra_objects += glob.glob(os.path.join(cfitsio_zlib_dir,'*.o'))

if platform.system()=='Darwin':
extra_compile_args=['-arch','i386','-arch','x86_64']
extra_link_args=['-arch','i386','-arch','x86_64']
extra_compile_args=['-arch','x86_64']
extra_link_args=['-arch','x86_64']
else:
extra_compile_args=[]
extra_link_args=[]
Expand Down

0 comments on commit f6925b7

Please sign in to comment.