Skip to content

Commit 20b8b57

Browse files
authored
Merge pull request #64 from OpenPIV/fix-m-lib-failure
Update setup.py - apparently this library wasn't necessary
2 parents 23094f6 + df6e234 commit 20b8b57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535

3636
module2 = Extension( name = "openpiv.lib",
3737
sources = ["openpiv/src/lib.pyx"],
38-
libraries = ["m"],
3938
include_dirs = [numpy.get_include()],
4039
)
4140

0 commit comments

Comments
 (0)