Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMX <10697207+xMasterX@users.noreply.github.com>2022-07-26 02:09:04 +0300
committerGitHub <noreply@github.com>2022-07-26 02:09:04 +0300
commite03b102af220d7cd0697e57838b8370b1fb60155 (patch)
tree14cf4a1c14f1391820e01d8138b6026bfa869ca0
parent27b698f081ecbda04e9337ba5b9ee7abae8cdb4e (diff)
Fix git submodules update called anyways (#1450)
Ignoring FBT_NO_SYNC
-rw-r--r--fbt.cmd1
1 files changed, 0 insertions, 1 deletions
diff --git a/fbt.cmd b/fbt.cmd
index 484b1064..f09b9838 100644
--- a/fbt.cmd
+++ b/fbt.cmd
@@ -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% %*