mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 01:39:26 +02:00
fix building mtp deps on python 3.12
This commit is contained in:
parent
211a30da38
commit
32553e4520
3 changed files with 8 additions and 5 deletions
|
@ -223,7 +223,10 @@ install_vamp() {
|
|||
# use msys2 in mingw-w64 mode
|
||||
# pacman -S --needed mingw-w64-x86_64-{ffmpeg,python,python-pip,vamp-plugin-sdk}
|
||||
|
||||
$pybin -m pip install --user vamp
|
||||
$pybin -m pip install --user vamp || {
|
||||
printf '\n\033[7malright, trying something else...\033[0m\n'
|
||||
$pybin -m pip install --user --no-build-isolation vamp
|
||||
}
|
||||
|
||||
cd "$td"
|
||||
echo '#include <vamp-sdk/Plugin.h>' | g++ -x c++ -c -o /dev/null - || [ -e ~/pe/vamp-sdk ] || {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue