Makefile: also get libaubio.5.dylib
authorPaul Brossier <piem@piem.org>
Wed, 17 Aug 2016 06:51:19 +0000 (08:51 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 17 Aug 2016 06:51:19 +0000 (08:51 +0200)
Makefile

index a050ef7..9a0a80d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ test_python:
 
 test_python_osx:
        # create links from ~/lib/lib* to build/src/lib*
-       [ -f build/src/libaubio.[0-9].dylib ] && ( mkdir -p ~/lib && cp -prv build/src/libaubio.4.dylib ~/lib ) || true
+       [ -f build/src/libaubio.[0-9].dylib ] && ( mkdir -p ~/lib && cp -prv build/src/libaubio.[0-9].dylib ~/lib ) || true
        # then run the tests
        pip install --user -v -r requirements.txt
        pip install --user -v .