From efe655aea052b6338a42e0ea71cb8377c566626f Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 20 Oct 2008 20:29:36 +0000 Subject: [PATCH] need BUNDLE_EXT --- dtool/Config.OSX.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dtool/Config.OSX.pp b/dtool/Config.OSX.pp index c80cacd36f..792c1b2d92 100644 --- a/dtool/Config.OSX.pp +++ b/dtool/Config.OSX.pp @@ -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