From: Paul Brossier Date: Thu, 12 May 2016 18:01:04 +0000 (+0200) Subject: python/setup.py: no need to include ../build/src X-Git-Tag: 0.4.4~300^2~65 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=1670f3959ff7e2a12eba8490d162fb564467022f;p=aubio.git python/setup.py: no need to include ../build/src --- diff --git a/python/setup.py b/python/setup.py index 207ed90a..f57280ef 100755 --- a/python/setup.py +++ b/python/setup.py @@ -32,7 +32,6 @@ if sys.platform.startswith('darwin'): if os.path.isfile('../src/aubio.h'): define_macros += [('USE_LOCAL_AUBIO', 1)] include_dirs += ['../src'] # aubio.h - include_dirs += ['../build/src'] # config.h library_dirs += ['../build/src'] aubio_extension = Extension("aubio._aubio", [