Skip to content
Snippets Groups Projects
Commit 5e974e66 authored by David Hendriks's avatar David Hendriks
Browse files

updated setup

parent d342691f
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment