From def475f889d886c05f8de0b3c85b4e6ae4f58e35 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 11 Feb 2023 21:21:21 +0100 Subject: [PATCH] * arm compilation fixed --- compiler/systems/t_freertos.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/systems/t_freertos.pas b/compiler/systems/t_freertos.pas index 6b12170263..59538faa61 100644 --- a/compiler/systems/t_freertos.pas +++ b/compiler/systems/t_freertos.pas @@ -1326,6 +1326,7 @@ begin if success then begin +{$ifndef ARM} {$if defined(DARWIN)} success:=FindFileInExeLocations('python',true,binstr); cmdstr:=idfpath+'/components/esptool_py/esptool/esptool.py '; @@ -1336,6 +1337,7 @@ begin binstr:='python'; cmdstr:=idfpath+'/components/esptool_py/esptool/esptool.py '; {$endif UNIX} +{$endif ARM} {$if defined(XTENSA)} if source_info.exeext<>'' then