summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scp2/source/python/file_python.scp6
1 files changed, 1 insertions, 5 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp
index cdcd74454238..194394dbc4f1 100644
--- a/scp2/source/python/file_python.scp
+++ b/scp2/source/python/file_python.scp
@@ -284,14 +284,10 @@ End
#ifdef UNX
+// pyuno.so even on Mac OS X, because it is a python module
File gid_File_Pyuno
LIB_FILE_BODY;
-#ifdef MACOSX
- // note: Mac OS X use .dylib, even for python modules
- Name = "pyuno.dylib";
-#else
Name = "pyuno.so";
-#endif
Dir = gid_Brand_Dir_Program;
Styles = (PACKED);
End