Skip to content

Commit 78bb676

Browse files
committed
Fixing the missed LFiles variable for Windows #3
Former-commit-id: aeb9f53536abc00c869edd069b4e26c37788f54c [formerly 613931165b93310dfa4338907e7e59827dbe0552] [formerly 741899dd60ab09278cc9c1aeb982ecbec3ad8f7b [formerly 2bf49d9564fceb34b8eb5e45946b853a891ef9b1]] Former-commit-id: 8993de32605babca8677cf5e170cbc8d2782444e [formerly f161e42a7b0d66daafa2808aacd3e28dc4146628] Former-commit-id: c1671a238cc315264fd4cffcfe36781f4f04e162 Former-commit-id: 384b50c
1 parent 0c9eb3c commit 78bb676

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Embeddable/PyEnvironment.Embeddable.pas

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,9 @@ function TPyCustomEmbeddableDistribution.FindExecutable: string;
236236
end;
237237
{$ENDIF POSIX}
238238
end;
239-
{$IFNDEF MSWINDOWS}
239+
240240
var
241241
LFiles: TArray<string>;
242-
{$ENDIF}
243242
begin
244243
{$IFDEF MSWINDOWS}
245244
Result := TPath.Combine(GetEnvironmentPath(), 'python.exe');

0 commit comments

Comments
 (0)