Skip to content

Commit efe655a

Browse files
committed
need BUNDLE_EXT
1 parent 65a29c2 commit efe655a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dtool/Config.OSX.pp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,8 @@
169169

170170
// The dynamic library file extension (usually .so .dll or .dylib):
171171
#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

Comments
 (0)