Skip to content

Commit

Permalink
Update fbt
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueMaster authored Jun 30, 2022
1 parent 53102a9 commit 5ff9782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ get_kernel_type()
download_toolchain()
{
if [ ! -d "$SCRIPT_PATH/$TOOLCHAIN_PATH" ]; then
chmod 744 scripts/toolchain/unix-toolchain-download.sh
scripts/toolchain/unix-toolchain-download.sh || exit 1;
fi
}
Expand All @@ -45,4 +46,4 @@ PATH="$SCRIPT_PATH/$TOOLCHAIN_PATH/bin:$PATH";
PATH="$SCRIPT_PATH/$TOOLCHAIN_PATH/protobuf/bin:$PATH";
PATH="$SCRIPT_PATH/$TOOLCHAIN_PATH/openocd/bin:$PATH";

python3 lib/scons/scripts/scons.py $SCONS_DEFAULT_FLAGS "$@"
python3 lib/scons/scripts/scons.py $SCONS_DEFAULT_FLAGS "$@"

0 comments on commit 5ff9782

Please sign in to comment.