mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Stub (non-functional) options and configuration summary.
git-svn-id: svn://localhost/ardour2/branches/3.0@4679 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d37db18fd1
commit
911519a269
2 changed files with 62 additions and 1 deletions
|
|
@ -138,6 +138,7 @@ def configure(conf):
|
|||
check_tool(conf, 'compiler_cxx')
|
||||
conf.env['BUILD_DOCS'] = Options.options.build_docs
|
||||
conf.env['DEBUG'] = Options.options.debug
|
||||
conf.env['STRICT'] = Options.options.strict
|
||||
conf.env['PREFIX'] = os.path.abspath(os.path.expanduser(os.path.normpath(conf.env['PREFIX'])))
|
||||
if Options.options.bundle:
|
||||
conf.env['BUNDLE'] = True
|
||||
|
|
@ -268,6 +269,7 @@ def print_summary(conf):
|
|||
display_header('Global configuration')
|
||||
display_msg(conf, "Install prefix", conf.env['PREFIX'])
|
||||
display_msg(conf, "Debuggable build", str(conf.env['DEBUG']))
|
||||
display_msg(conf, "Strict compiler flags", str(conf.env['STRICT']))
|
||||
display_msg(conf, "Build documentation", str(conf.env['BUILD_DOCS']))
|
||||
print
|
||||
g_step = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue