Kaydet (Commit) b53a86a5 authored tarafından Joseph Powers's avatar Joseph Powers

Mac OS X uses .dylib and not .so for python modules.

At least this works better on my system.
üst 8c81266f
......@@ -300,10 +300,14 @@ End
#ifdef UNX
// pyuno.so even on Mac OS X, because it is a python module
File gid_File_Pyuno
TXT_FILE_BODY;
#ifdef MACOSX
// note: Mac OS X use .dylib, even for python modules
Name = "pyuno.dylib";
#else
Name = "pyuno.so";
#endif
Dir = gid_Dir_Program;
Styles = (PACKED);
End
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment