diff options
Diffstat (limited to 'Mac/Include')
-rw-r--r-- | Mac/Include/pyconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Include/pyconfig.h b/Mac/Include/pyconfig.h index 0a01c96..15b347c 100644 --- a/Mac/Include/pyconfig.h +++ b/Mac/Include/pyconfig.h @@ -306,7 +306,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #undef WITH_DYLD /* Define if you want to compile in Python-specific mallocs */ -#define WITH_PYMALLOC +#define WITH_PYMALLOC 1 /* Define if you want to produce an OpenStep/Rhapsody framework (shared library plus accessory files). */ |