mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Python library name
This commit is contained in:
parent
1e7c8285d1
commit
49b92eeb2a
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ var
|
|||
|
||||
procedure Initialize;
|
||||
begin
|
||||
libpython:= TLibHandle(dlopen('libpython2.7.so.1', RTLD_NOW or RTLD_GLOBAL));
|
||||
libpython:= TLibHandle(dlopen('libpython2.7.so.1.0', RTLD_NOW or RTLD_GLOBAL));
|
||||
HasPython:= libpython <> NilHandle;
|
||||
if HasPython then
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue