We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74857f commit 7932a24Copy full SHA for 7932a24
tools/mkbuildoptglobals.py
@@ -476,8 +476,8 @@ def main():
476
if os.path.exists(source_globals_h_fqfn):
477
print_msg("Using global include from " + source_globals_h_fqfn)
478
else:
479
- print_msg("Note: optional global include file '" + source_fqfn + "' does not exist");
480
- print_msg(" (please check " + docs_url + ")");
+ print_msg("Note: optional global include file '" + source_globals_h_fqfn + "' does not exist.")
+ print_msg(" (please check " + docs_url + ")")
481
482
copy_create_build_file(source_globals_h_fqfn, globals_h_fqfn)
483
0 commit comments