mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Update script to allow missing portaudio libraries.
This commit is contained in:
parent
2a1d444a7e
commit
a133f1ce8c
@ -52,6 +52,10 @@ const validLibraries = mac
|
||||
'libstdc++.so.6',
|
||||
'libz.so.1',
|
||||
'linux-vdso.so.1',
|
||||
'libportaudio.so.2',
|
||||
'libasound.so.2',
|
||||
'libjack.so.0',
|
||||
'libdb-5.3.so',
|
||||
]);
|
||||
|
||||
let errors = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user