mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-13 00:46:29 +01:00
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
1 changed files with 1 additions and 1 deletions
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['CXXFLAGS'])
|
||||
print()
|
||||
print('')
|
||||
|
||||
# and dump the same stuff to a file for use in the build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue