Embarcadero/PythonEnvironments

PyEnvironment.Embeddable.pas Broken

peardox opened this issue · 1 comments

Line 240 of ...
https://github.com/Embarcadero/PythonEnviroments/blob/main/src/Embeddable/PyEnvironment.Embeddable.pas

Is $ifdefed out for Windows

{$IFNDEF MSWINDOWS}
var
  LFiles: TArray<string>;
{$ENDIF}
begin

But is referenced on line 259 meaning it won't compile under Windows

(I was just trying a fresh install to write a guide)

@peardox nice catch. I will fix it. Thank you.