Mercurial > hg > btrack
changeset 85:db22205f8ffa
Updated python module build settings and gitignore
author | Adam Stark <adamstark.uk@gmail.com> |
---|---|
date | Wed, 09 Dec 2015 22:58:05 +0000 |
parents | ce802aba0a6a |
children | 5eeabb24d677 |
files | .gitignore modules-and-plug-ins/python-module/setup.py |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitignore Tue Nov 25 23:00:13 2014 +0000 +++ b/.gitignore Wed Dec 09 22:58:05 2015 +0000 @@ -8,4 +8,5 @@ *.xcworkspace -modules-and-plug-ins/max-external/build \ No newline at end of file +modules-and-plug-ins/max-external/build +modules-and-plug-ins/python-module/build \ No newline at end of file
--- a/modules-and-plug-ins/python-module/setup.py Tue Nov 25 23:00:13 2014 +0000 +++ b/modules-and-plug-ins/python-module/setup.py Wed Dec 09 22:58:05 2015 +0000 @@ -12,5 +12,5 @@ setup( name = 'BTrack', include_dirs = include_dirs, - ext_modules = [Extension(name, sources,libraries = ['fftw3','samplerate'])] + ext_modules = [Extension(name, sources,libraries = ['fftw3','samplerate'],library_dirs = ['/usr/local/lib'])] ) \ No newline at end of file