need BUNDLE_EXT

This commit is contained in:
David Rose 2008-10-20 20:29:36 +00:00
parent 65a29c21be
commit efe655aea0

View File

@ -169,3 +169,8 @@
// The dynamic library file extension (usually .so .dll or .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