Python 2/3 compatible blank line print.
git-svn-id: svn://localhost/ardour2/branches/3.0@9115 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d9101a1561
commit
6b87dbbf34
2
wscript
2
wscript
@ -558,7 +558,7 @@ def configure(conf):
|
|||||||
|
|
||||||
autowaf.display_msg(conf, 'C Compiler flags', conf.env['CCFLAGS'])
|
autowaf.display_msg(conf, 'C Compiler flags', conf.env['CCFLAGS'])
|
||||||
autowaf.display_msg(conf, 'C++ Compiler flags', conf.env['CXXFLAGS'])
|
autowaf.display_msg(conf, 'C++ Compiler flags', conf.env['CXXFLAGS'])
|
||||||
print()
|
print('')
|
||||||
|
|
||||||
# and dump the same stuff to a file for use in the build
|
# and dump the same stuff to a file for use in the build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user