Explorar el Código

Fix git submodules update called anyways (#1450)

Ignoring FBT_NO_SYNC
MX hace 3 años
padre
commit
e03b102af2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      fbt.cmd

+ 0 - 1
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% %*