1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

Toolchain 20 rollback (#2410)

* Toolchain rollback
* Remove extra code
This commit is contained in:
Max Andreev
2023-02-17 19:06:48 +03:00
committed by GitHub
parent 335f8b9aff
commit c7fbc8323b
2 changed files with 2 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ if not ["%FBT_NOENV%"] == [""] (
exit /b 0
)
set "FLIPPER_TOOLCHAIN_VERSION=20"
set "FLIPPER_TOOLCHAIN_VERSION=19"
if ["%FBT_TOOLCHAIN_ROOT%"] == [""] (
set "FBT_TOOLCHAIN_ROOT=%FBT_ROOT%\toolchain\x86_64-windows"