From 1670f3959ff7e2a12eba8490d162fb564467022f Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 12 May 2016 20:01:04 +0200 Subject: [PATCH] python/setup.py: no need to include ../build/src --- python/setup.py | 1 - 1 file changed, 1 deletion(-) 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", [ -- 2.11.0