python_d only on Windows platforms
This commit is contained in:
parent
0f33c2d118
commit
4db2a0efb8
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue