13
0

fix windows packaging (unversioned dll)

This commit is contained in:
Robin Gareus 2015-02-17 20:58:45 +01:00
parent 58137b8326
commit 6f3a253172

View File

@ -129,7 +129,7 @@ if test -d $PREFIX/lib/lv2/lv2core.lv2 ; then
cp -R $PREFIX/lib/lv2/lv2core.lv2 $ALIBDIR/LV2/
fi
mv $ALIBDIR/surfaces/ardourcp-*.dll $DESTDIR/bin/
mv $ALIBDIR/surfaces/ardourcp*.dll $DESTDIR/bin/
# TODO use -static-libgcc -static-libstdc++ -- but for .exe files only
if update-alternatives --query ${XPREFIX}-gcc | grep Value: | grep -q win32; then