Browse Source

need BUNDLE_EXT

David Rose 17 years ago
parent
commit
efe655aea0
1 changed files with 5 additions and 0 deletions
  1. 5 0
      dtool/Config.OSX.pp

+ 5 - 0
dtool/Config.OSX.pp

@@ -169,3 +169,8 @@
 
 
 // The dynamic library file extension (usually .so .dll or .dylib):
 // The dynamic library file extension (usually .so .dll or .dylib):
 #define DYNAMIC_LIB_EXT .dylib
 #define DYNAMIC_LIB_EXT .dylib
+
+// If you need to build .so files in addition to .dylibs, declare this
+// too.  Python 2.4 on OSX 10.4 seems to require this (it won't import
+// a .dylib file directly).
+//#define BUNDLE_EXT .so