- Timestamp:
- Mar 1, 2013, 9:05:24 PM (12 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 714d05e, 9f6e4c5
- Parents:
- 13ceb9d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/setup.py
r13ceb9d r14fb15f 3 3 from distutils.core import setup, Extension 4 4 from generator import generate_object_files 5 import sys 5 6 import os.path 6 7 import numpy … … 31 32 include_dirs = include_dirs + [ numpy.get_include() ], 32 33 library_dirs = library_dirs, 33 extra_link_args = ['-framework','CoreFoundation', '-framework','AudioToolbox'],34 34 libraries=['aubio']) 35 36 if sys.platform.startswith('darwin'): 37 aubio_extension.extra_link_args = ['-framework','CoreFoundation', '-framework','AudioToolbox'] 35 38 36 39 classifiers = [
Note: See TracChangeset
for help on using the changeset viewer.