Changeset 4c38b62


Ignore:
Timestamp:
Aug 17, 2016, 8:51:19 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
07364a5
Parents:
9715701
Message:

Makefile: also get libaubio.5.dylib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r9715701 r4c38b62  
    4040test_python_osx:
    4141        # create links from ~/lib/lib* to build/src/lib*
    42         [ -f build/src/libaubio.[0-9].dylib ] && ( mkdir -p ~/lib && cp -prv build/src/libaubio.4.dylib ~/lib ) || true
     42        [ -f build/src/libaubio.[0-9].dylib ] && ( mkdir -p ~/lib && cp -prv build/src/libaubio.[0-9].dylib ~/lib ) || true
    4343        # then run the tests
    4444        pip install --user -v -r requirements.txt
Note: See TracChangeset for help on using the changeset viewer.