We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a29c2 commit efe655aCopy full SHA for efe655a
dtool/Config.OSX.pp
@@ -169,3 +169,8 @@
169
170
// The dynamic library file extension (usually .so .dll or .dylib):
171
#define DYNAMIC_LIB_EXT .dylib
172
+
173
+// If you need to build .so files in addition to .dylibs, declare this
174
+// too. Python 2.4 on OSX 10.4 seems to require this (it won't import
175
+// a .dylib file directly).
176
+//#define BUNDLE_EXT .so
0 commit comments