mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Update bundle/package scripts
* Ardour only has 64 bit builds * gcc5 or newer (C++11 ABI) * Add "-demo" suffix to freebie builds * Remove wine support in package scripts
This commit is contained in:
parent
197157ecf8
commit
4bc8939dda
7 changed files with 76 additions and 262 deletions
|
|
@ -58,3 +58,9 @@ if grep -q "DEBUG = True" ../../build/c4che/_cache.py; then
|
|||
else
|
||||
DEBUG="F"
|
||||
fi
|
||||
|
||||
if grep -q "FREEBIE=1" ../../build/c4che/_cache.py; then
|
||||
FREEBI="T"
|
||||
else
|
||||
FREEBI="F"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue