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)
Line 240 of ...
https://github.com/Embarcadero/PythonEnviroments/blob/main/src/Embeddable/PyEnvironment.Embeddable.pas
Is $ifdefed out for Windows
But is referenced on line 259 meaning it won't compile under Windows
(I was just trying a fresh install to write a guide)