From 4c38b6232b6daafcfcebfbd15c4a67107624c4f2 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 17 Aug 2016 08:51:19 +0200 Subject: [PATCH] Makefile: also get libaubio.5.dylib --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a050ef70..9a0a80d6 100644 --- 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 . -- 2.11.0