Skip to content

Commit 0228a6a

Browse files
committed
try libgsl.so
1 parent e63cf52 commit 0228a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def get_gsl_config_win():
9595
compiler_type = get_compiler_type()
9696
if compiler_type in ("unix", "cygwin", "mingw32"):
9797
extra_compile_args = ["-std=c++11", "-Wall", "-Wno-write-strings", "-O3", "-funroll-loops", "-ffast-math"]
98-
extra_objects += ((p + "/libgsl.a") for p in gcfg["library_dirs"])
98+
extra_objects += ((p + "/libgsl.so") for p in gcfg["library_dirs"])
9999
elif compiler_type == "msvc":
100100
define_macros += [("_USE_MATH_DEFINES", None)]
101101
extra_compile_args = ["/EHs"]

0 commit comments

Comments
 (0)