mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
Update comment in SConstruct (#1684)
* Update SConstruct: fix Typo * Grammar in SConstruct Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
parent
4fcb90928c
commit
e4c6158d65
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Main Fipper Build System entry point
|
# Main Flipper Build System entry point
|
||||||
#
|
#
|
||||||
# This file is evaluated by scons (the build system) every time fbt is invoked.
|
# This file is evaluated by scons (the build system) every time fbt is invoked.
|
||||||
# Scons constructs all referenced environments & their targets' dependency
|
# Scons constructs all referenced environments & their targets' dependency
|
||||||
|
@ -15,7 +15,7 @@ DefaultEnvironment(tools=[])
|
||||||
# Progress(["OwO\r", "owo\r", "uwu\r", "owo\r"], interval=15)
|
# Progress(["OwO\r", "owo\r", "uwu\r", "owo\r"], interval=15)
|
||||||
|
|
||||||
|
|
||||||
# This environment is created only for loading options & validating file/dir existance
|
# This environment is created only for loading options & validating file/dir existence
|
||||||
fbt_variables = SConscript("site_scons/commandline.scons")
|
fbt_variables = SConscript("site_scons/commandline.scons")
|
||||||
cmd_environment = Environment(tools=[], variables=fbt_variables)
|
cmd_environment = Environment(tools=[], variables=fbt_variables)
|
||||||
Help(fbt_variables.GenerateHelpText(cmd_environment))
|
Help(fbt_variables.GenerateHelpText(cmd_environment))
|
||||||
|
|
Loading…
Reference in a new issue