From 8f672f1f9fce40f91df836354f09dadcfb9a4edc Mon Sep 17 00:00:00 2001 From: Eli Rykoff Date: Thu, 20 Jun 2024 14:56:04 -0700 Subject: [PATCH] Fix typo. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ddabc7c..9d57238 100644 --- a/setup.py +++ b/setup.py @@ -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",