Fix git submodules update called anyways (#1450)

Ignoring FBT_NO_SYNC
This commit is contained in:
MX 2022-07-26 02:09:04 +03:00 committed by GitHub
parent 27b698f081
commit e03b102af2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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% %*