Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Jun 20, 2024
1 parent b905571 commit 8f672f1
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 @@ -38,7 +38,7 @@
chisq_dist_ext = Extension(
"redmapper.chisq_dist._chisq_dist_pywrap",
extra_compile_args=["-std=gnu99", os.path.expandvars("-I${GSLI}")],
extra_link_args=[os.path.expandbars("-L${GSLL}")],
extra_link_args=[os.path.expandvars("-L${GSLL}")],
libraries=["gsl", "gslcblas"],
sources=[
"redmapper/chisq_dist/chisq_dist.c",
Expand Down

0 comments on commit 8f672f1

Please sign in to comment.