Skip to content

Commit

Permalink
New toolchain 15 (flipperdevices#1709)
Browse files Browse the repository at this point in the history
Co-authored-by: あく <[email protected]>
  • Loading branch information
drunkbatya and skotopes authored Sep 6, 2022
1 parent 3a767c9 commit d1c79a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/toolchain/fbtenv.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if not [%FBT_NOENV%] == [] (
exit /b 0
)

set "FLIPPER_TOOLCHAIN_VERSION=12"
set "FLIPPER_TOOLCHAIN_VERSION=15"
set "FBT_TOOLCHAIN_ROOT=%FBT_ROOT%\toolchain\i686-windows"


Expand Down
2 changes: 1 addition & 1 deletion scripts/toolchain/fbtenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# public variables
DEFAULT_SCRIPT_PATH="$(pwd -P)";
SCRIPT_PATH="${SCRIPT_PATH:-$DEFAULT_SCRIPT_PATH}";
FBT_TOOLCHAIN_VERSION="${FBT_TOOLCHAIN_VERSION:-"12"}";
FBT_TOOLCHAIN_VERSION="${FBT_TOOLCHAIN_VERSION:-"15"}";
FBT_TOOLCHAIN_PATH="${FBT_TOOLCHAIN_PATH:-$SCRIPT_PATH}";

fbtenv_show_usage()
Expand Down

0 comments on commit d1c79a8

Please sign in to comment.