mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +00:00
Show options from configuration files in make help.
This commit is contained in:
parent
e532c7d0b6
commit
f8873b86f4
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ help: help-prepare-options
|
|||
\t@echo ""
|
||||
\t@echo "Available targets: {targets}"
|
||||
\t@echo ""
|
||||
""".format(targets=' '.join(targets), targets_str=targets_str, options=' '.join(sys.argv), generator=generator)
|
||||
""".format(targets=' '.join(targets), targets_str=targets_str, options=' '.join(self.argv), generator=generator)
|
||||
f = open('Makefile', 'w')
|
||||
f.write(makefile)
|
||||
f.close()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue