fbt: Fixed build for users with space in username (#1437)
Co-authored-by: あく <alleteam@gmail.com> Co-authored-by: hedger <hedger@users.noreply.github.com>
This commit is contained in:
4
fbt.cmd
4
fbt.cmd
@@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
call %~dp0scripts\toolchain\fbtenv.cmd env
|
||||
call "%~dp0scripts\toolchain\fbtenv.cmd" env
|
||||
|
||||
set SCONS_EP=%~dp0\lib\scons\scripts\scons.py
|
||||
|
||||
@@ -14,4 +14,4 @@ if [%FBT_NO_SYNC%] == [] (
|
||||
git submodule update --init
|
||||
|
||||
set "SCONS_DEFAULT_FLAGS=-Q --warn=target-not-built"
|
||||
python lib\scons\scripts\scons.py %SCONS_DEFAULT_FLAGS% %*
|
||||
python lib\scons\scripts\scons.py %SCONS_DEFAULT_FLAGS% %*
|
||||
|
Reference in New Issue
Block a user