Skip to content

Commit c6732c6

Browse files
author
seis
committed
add 'libs' to setup.py (as mentioned PR fastlib#26)
1 parent 16c2f6b commit c6732c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
'src/fcwt/fcwt.cpp',
5656
'src/fcwt/fcwt_wrap.cxx'
5757
],
58-
library_dirs = ['src/fcwt','src'],
59-
include_dirs = ['src/fcwt','src',numpy_include],
58+
library_dirs = ['src/fcwt','src','libs'],
59+
include_dirs = ['src/fcwt','src','libs',numpy_include],
6060
libraries = libraries,
6161
extra_compile_args = comp_args,
6262
extra_link_args = link_args
@@ -67,4 +67,4 @@
6767
package_data={'fcwt':files}
6868
)
6969

70-
#swig -c++ -python fcwt-swig.i
70+
#swig -c++ -python fcwt-swig.i

0 commit comments

Comments
 (0)