mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Don't build extend_frozen without Python
This commit is contained in:
parent
4aef327d79
commit
4c3bdd68f8
@ -24,6 +24,7 @@
|
|||||||
// Define a Python extension module for operating on frozen modules.
|
// Define a Python extension module for operating on frozen modules.
|
||||||
// This is a pure C module; it involves no Panda code or C++ code.
|
// This is a pure C module; it involves no Panda code or C++ code.
|
||||||
#begin lib_target
|
#begin lib_target
|
||||||
|
#define BUILD_TARGET $[HAVE_PYTHON]
|
||||||
#define TARGET extend_frozen
|
#define TARGET extend_frozen
|
||||||
#define LIB_PREFIX
|
#define LIB_PREFIX
|
||||||
#if $[OSX_PLATFORM]
|
#if $[OSX_PLATFORM]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user