Skip to content

Commit

Permalink
fix #25
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed Jul 27, 2021
1 parent 3f1c5a6 commit bfbc02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos_lazarus/Python_Console/formmain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ procedure InitMacLibPath;
N: integer;
S: string;
begin
for N:= 5 to 10 do
for N:= 11 downto 5 do
begin
S:= Format('/Library/Frameworks/Python.framework/Versions/3.%d/lib/libpython3.%d.dylib',
[N, N]);
Expand Down

0 comments on commit bfbc02d

Please sign in to comment.