-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working