mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/mididings: Fix configure.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
33332e72c0
commit
0177ed7558
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ sed -i 's,async,is_async,g' $PRGNAM/units/call.py
|
|||
# make it look for e.g. -lboost_python39.so (not -lboost_python-py39.so).
|
||||
sed -i '/^boost_python_suffixes/s,-py,,' setup.py
|
||||
|
||||
python3 setup.py install --root=$PKG --enable-smf
|
||||
python3 setup.py install --root=$PKG
|
||||
|
||||
strip $PKG/usr/lib*/py*/site-*/*.so
|
||||
|
||||
|
|
Loading…
Reference in a new issue