Fix windows packaging (no plugins, static libs)
This commit is contained in:
parent
7ab2591fab
commit
87be6ae7e2
@ -239,7 +239,7 @@ cp gtk2_ardour/icons/cursor_square/* $DESTDIR/share/${LOWERCASE_DIRNAME}/icons/
|
|||||||
# clean build-dir after depoyment
|
# clean build-dir after depoyment
|
||||||
echo " === bundle completed, cleaning up"
|
echo " === bundle completed, cleaning up"
|
||||||
./waf uninstall
|
./waf uninstall
|
||||||
find $DESTDIR -name "*.dll.a" | xargs rm
|
find $DESTDIR -name "*.dll.a" -print0 | xargs -0 -r rm
|
||||||
echo " === complete"
|
echo " === complete"
|
||||||
du -sh $DESTDIR
|
du -sh $DESTDIR
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user