Browse Source

python_d only on Windows platforms

David Rose 21 years ago
parent
commit
4db2a0efb8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/ffi/genPyCode.pp

+ 1 - 1
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