mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-22 05:07:07 +01:00
Remove deprecated 32C define
This commit is contained in:
parent
c6044f226c
commit
6f331be7ca
1 changed files with 0 additions and 4 deletions
4
wscript
4
wscript
|
|
@ -761,10 +761,6 @@ int main() { return 0; }''',
|
|||
compiler_flags.append ('-DMIXBUS')
|
||||
conf.define('MIXBUS', 1)
|
||||
|
||||
if Options.options.program_name.lower() == "mixbus32c":
|
||||
conf.define('MIXBUS32C', 1)
|
||||
compiler_flags.append ('-DMIXBUS32C')
|
||||
|
||||
compiler_flags.append ('-DPROGRAM_NAME="' + Options.options.program_name + '"')
|
||||
compiler_flags.append ('-DPROGRAM_VERSION="' + PROGRAM_VERSION + '"')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue