Skip to content

Commit

Permalink
branch merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrelinger committed Oct 29, 2012
1 parent 21e3d6d commit 816fa87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/setup.py
Expand Up @@ -21,8 +21,9 @@
[#arma_inc_dir+"/cyarma.cpp",
"example/example.pyx"],
include_dirs = [get_include(), '/usr/include',
'/usr/local/include',
arma_inc_dir,'./example', '.'],
library_dirs = ['/usr/lib'],
library_dirs = ['/usr/lib', '/usr/local/lib'],
libraries=["armadillo"],
language='c++')],
)

0 comments on commit 816fa87

Please sign in to comment.