From 5e974e66cbe638bba0dbd140ca2e1a3d27ded6b3 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Mon, 27 Jan 2020 20:01:20 +0000 Subject: [PATCH] updated setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 690499df2..92f583e58 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ binary_c_python_api_module = Extension( "include", ] + binary_c_incdirs - + [GSL_DIR] if GSL_DIR else [], + + [os.path.join(GSL_DIR,'include')] if GSL_DIR else [], libraries=["binary_c"] + binary_c_libs + ["binary_c_api"], library_dirs=[ os.environ["BINARY_C"] + "/src", -- GitLab