mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
add PROGRAM_NAME_LOWER_CASE macro for build
This commit is contained in:
parent
7ab04d944d
commit
979060e8af
1 changed files with 1 additions and 0 deletions
1
wscript
1
wscript
|
|
@ -388,6 +388,7 @@ def set_compiler_flags (conf,opt):
|
|||
compiler_flags.append('-DENABLE_NLS')
|
||||
|
||||
compiler_flags.append ('-DPROGRAM_NAME="' + Options.options.program_name + '"')
|
||||
compiler_flags.append ('-DPROGRAM_NAME_LOWER_CASE="' + Options.options.program_name.lower() + '"')
|
||||
compiler_flags.append ('-DPROGRAM_VERSION="' + PROGRAM_VERSION + '"')
|
||||
|
||||
if opt.debug:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue