From 4db2a0efb8f5fbd43d19794f011f91594641f652 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 30 Aug 2004 18:18:23 +0000 Subject: [PATCH] python_d only on Windows platforms --- direct/src/ffi/genPyCode.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/ffi/genPyCode.pp b/direct/src/ffi/genPyCode.pp index 306672a6d9..1845642410 100644 --- a/direct/src/ffi/genPyCode.pp +++ b/direct/src/ffi/genPyCode.pp @@ -14,7 +14,7 @@ #define install_igatedb_dir $[or $[INSTALL_IGATEDB_DIR],$[install_dir]/etc] #define python python -#if $[< $[OPTIMIZE],3] +#if $[and $[WINDOWS_PLATFORM],$[< $[OPTIMIZE],3]] #define python $[python]_d #endif