projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9715701
)
Makefile: also get libaubio.5.dylib
author
Paul Brossier
<piem@piem.org>
Wed, 17 Aug 2016 06:51:19 +0000
(08:51 +0200)
committer
Paul Brossier
<piem@piem.org>
Wed, 17 Aug 2016 06:51:19 +0000
(08:51 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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 .