Changeset b099f50


Ignore:
Timestamp:
Apr 22, 2016, 2:31:47 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:
e8ed383
Parents:
0d45ec4
Message:

Makefile: do not fail if dylib not found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r0d45ec4 rb099f50  
    2727test_python:
    2828        cd python && ./setup.py install
    29         [ -f build/src/libaubio.4.dylib ] && mkdir -p ~/lib && cp -prv build/src/libaubio.4.dylib ~/lib
     29        [ -f build/src/libaubio.[0-9].dylib ] && ( mkdir -p ~/lib && cp -prv build/src/libaubio.4.dylib ~/lib ) || true
    3030        LD_LIBRARY_PATH=$(PWD)/build/src python/tests/run_all_tests
    3131
Note: See TracChangeset for help on using the changeset viewer.