Skip to content

Commit

Permalink
Merge pull request #39 from sot/fix-extension-location
Browse files Browse the repository at this point in the history
Fix the location of the C extension
  • Loading branch information
javierggt authored Apr 11, 2020
2 parents facea8d + edee88d commit 9fca240
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 @@ -13,7 +13,7 @@
if os_name == 'Darwin':
compile_args += ['-stdlib=libc++']

extensions = [Extension("*", ["Chandra/Time/_axTime3.pyx"],
extensions = [Extension("Chandra.Time._axTime3", ["Chandra/Time/_axTime3.pyx"],
extra_compile_args=compile_args)]

try:
Expand Down

0 comments on commit 9fca240

Please sign in to comment.