13
0
Fork 0

Fix windows packaging (no plugins, static libs)

This commit is contained in:
Robin Gareus 2024-04-27 17:16:27 +02:00
parent 7ab2591fab
commit 87be6ae7e2
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ cp gtk2_ardour/icons/cursor_square/* $DESTDIR/share/${LOWERCASE_DIRNAME}/icons/
# clean build-dir after depoyment
echo " === bundle completed, cleaning up"
./waf uninstall
find $DESTDIR -name "*.dll.a" | xargs rm
find $DESTDIR -name "*.dll.a" -print0 | xargs -0 -r rm
echo " === complete"
du -sh $DESTDIR