Skip to content

Commit 00d624b

Browse files
committed
revert
1 parent 7a3794b commit 00d624b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos_lazarus/Python_Console/formmain.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ implementation
4343

4444
const
4545
cPyLibraryWindows = 'python37.dll';
46-
cPyLibraryLinux = 'libpython3.8.so'; //default in Ubuntu 20.x
46+
cPyLibraryLinux = 'libpython3.8.so.1.0'; //default in Ubuntu 20.x
4747
cPyLibraryMac = '/Library/Frameworks/Python.framework/Versions/3.7/lib/libpython3.7.dylib';
4848
cPyZipWindows = 'python37.zip';
4949

0 commit comments

Comments
 (0)