mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
fix linux bundle installer
This commit is contained in:
parent
318f3850de
commit
f0d40fb34a
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ if %REPLACE_WINE%; then
|
|||
LD_DEBUG=files wine `pwd`/${BUNDLE_DIR}/lib/ardour-vst-scanner.exe.so 2>&1 \
|
||||
| grep -e "calling init:.*libwine" \
|
||||
| sed 's/^.*calling init: //' \
|
||||
| grep -v x86_64-linux-gnu
|
||||
| grep -v x86_64-linux-gnu \
|
||||
| uniq \
|
||||
)
|
||||
if ! test -f "$LIBWINE"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue