Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
toolchain: v32
Browse files Browse the repository at this point in the history
  • Loading branch information
hedger committed Feb 18, 2024
1 parent b38d2e8 commit b157870
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=31"
set "FLIPPER_TOOLCHAIN_VERSION=32"

if ["%FBT_TOOLCHAIN_PATH%"] == [""] (
set "FBT_TOOLCHAIN_PATH=%FBT_ROOT%"
Expand Down
2 changes: 1 addition & 1 deletion scripts/toolchain/fbtenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# public variables
DEFAULT_SCRIPT_PATH="$(pwd -P)";
FBT_TOOLCHAIN_VERSION="${FBT_TOOLCHAIN_VERSION:-"31"}";
FBT_TOOLCHAIN_VERSION="${FBT_TOOLCHAIN_VERSION:-"32"}";

if [ -z ${FBT_TOOLCHAIN_PATH+x} ] ; then
FBT_TOOLCHAIN_PATH_WAS_SET=0;
Expand Down

0 comments on commit b157870

Please sign in to comment.