mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Fix packaging windows debug builds (>2GB)
This commit is contained in:
parent
fc9ac6a13c
commit
24929a2475
1 changed files with 6 additions and 1 deletions
|
|
@ -432,6 +432,11 @@ if test -n "$QUICKZIP" ; then
|
|||
cat > $NSISFILE << EOF
|
||||
SetCompressor zlib
|
||||
EOF
|
||||
elif test -n "$PACKAGE_GDB"; then
|
||||
# debug version is > 2.2 GB and causes issues with SOLID lzma
|
||||
cat > $NSISFILE << EOF
|
||||
SetCompressor lzma
|
||||
EOF
|
||||
else
|
||||
cat > $NSISFILE << EOF
|
||||
SetCompressor /SOLID lzma
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue