Changeset bce913a for python/lib/moresetuptools.py
- Timestamp:
- May 15, 2016, 2:16:32 PM (9 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:
- 5f6324e
- Parents:
- 6e8b8f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/moresetuptools.py
r6e8b8f4 rbce913a 93 93 # add accelerate on darwin 94 94 if sys.platform.startswith('darwin'): 95 ext.extra_link_args += ['-framework', ' accelerate']95 ext.extra_link_args += ['-framework', 'Accelerate'] 96 96 ext.define_macros += [('HAVE_ACCELERATE', 1)] 97 97
Note: See TracChangeset
for help on using the changeset viewer.