Skip to content

Commit

Permalink
Fix git submodules update called anyways (flipperdevices#1450)
Browse files Browse the repository at this point in the history
Ignoring FBT_NO_SYNC
  • Loading branch information
xMasterX authored Jul 25, 2022
1 parent 27b698f commit e03b102
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fbt.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if [%FBT_NO_SYNC%] == [] (
exit /b 1
)
)
git submodule update --init

set "SCONS_DEFAULT_FLAGS=-Q --warn=target-not-built"
python lib\scons\scripts\scons.py %SCONS_DEFAULT_FLAGS% %*

0 comments on commit e03b102

Please sign in to comment.