From 9c433e2013479535d2444b70246ff29620c7d0be Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 13 Jul 2005 22:21:08 +0000 Subject: [PATCH] compile on Irix --- direct/src/heapq/Sources.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/direct/src/heapq/Sources.pp b/direct/src/heapq/Sources.pp index f0aa8fe922..3850ab9465 100755 --- a/direct/src/heapq/Sources.pp +++ b/direct/src/heapq/Sources.pp @@ -6,6 +6,11 @@ #define DIR_TYPE metalib +// This directory strictly contains a Python utility; therefore, only +// build it if we actually have Python. +#define BUILD_DIRECTORY $[HAVE_PYTHON] + + #define OTHER_LIBS \ pandaexpress:m \ dconfig:c dtoolconfig:m \