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
2
wscript
2
wscript
|
|
@ -1477,7 +1477,6 @@ int main () { __int128 x = 0; return 0; }
|
|||
pass
|
||||
elif Options.options.dist_target != 'mingw':
|
||||
sub_config_and_use(conf, 'tools/sanity_check')
|
||||
sub_config_and_use(conf, 'tools/gccabicheck')
|
||||
|
||||
# explicitly link against libm. This is possible on all POSIX systems
|
||||
# and required on Linux for symbol versioning and ABI compatibility
|
||||
|
|
@ -1636,7 +1635,6 @@ def build(bld):
|
|||
pass
|
||||
elif bld.env['build_target'] != 'mingw':
|
||||
bld.recurse('tools/sanity_check')
|
||||
bld.recurse('tools/gccabicheck')
|
||||
|
||||
obj = bld(features = 'subst')
|
||||
obj.source = 'tools/avahi.sh'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue