find the internal libpython (fdo#31764)
libpython2.6.so symlink was not created, so pyuno was not able to find the internal libpython2.6.so.1.0
This commit is contained in:
@@ -130,6 +130,14 @@ File gid_File_Lib_Python_So
|
||||
Name = STRING(PY_FULL_DLL_NAME);
|
||||
Styles = (PACKED);
|
||||
End
|
||||
#ifdef UNX
|
||||
Shortcut gid_Shortcut_Lib_Python_So
|
||||
FileID = gid_File_Lib_Python_So;
|
||||
Dir = gid_Dir_Program;
|
||||
Name = STRING(CONCAT3(libpython,PYMAJMIN,UNXSUFFIX));
|
||||
Styles = (NETWORK,RELATIVE);
|
||||
End
|
||||
#endif //UNX
|
||||
#else //MACOSX
|
||||
//directory entries solely to be able to create the symlinks
|
||||
Directory gid_Dir_PythonFramework
|
||||
|
Reference in New Issue
Block a user