Don't build extend_frozen without Python

This commit is contained in:
rdb 2009-09-05 13:26:33 +00:00
parent 4aef327d79
commit 4c3bdd68f8

View File

@ -24,6 +24,7 @@
// Define a Python extension module for operating on frozen modules.
// This is a pure C module; it involves no Panda code or C++ code.
#begin lib_target
#define BUILD_TARGET $[HAVE_PYTHON]
#define TARGET extend_frozen
#define LIB_PREFIX
#if $[OSX_PLATFORM]