Skip to content

Commit

Permalink
bug ranlib
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Jun 19, 2024
1 parent 38c235b commit 0a44c73
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 @@ -131,7 +131,7 @@ def build_extensions(self):

config_kw['CC'] = CC
config_kw['ARCHIVE'] = self.compiler.archiver
config_kw['RANLIB'] = self.compiler.archiver
config_kw['RANLIB'] = self.compiler.ranlib

self.configure_cfitsio(**config_kw)

Expand Down

0 comments on commit 0a44c73

Please sign in to comment.