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:
Petr Mladek
2010-11-23 15:48:13 +01:00
parent 609849dbd2
commit 19a19d5220
2 changed files with 9 additions and 1 deletions

View File

@@ -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