add PYTHON_NATIVE

This commit is contained in:
David Rose 2005-05-19 18:36:39 +00:00
parent edcac91a1d
commit 0cca4fbe02

View File

@ -640,13 +640,13 @@ Warning: Variable $[upcase $[tree]]_INSTALL is not set!
$[CDEFINES_OPT$[OPTIMIZE]:%=-D%] \ $[CDEFINES_OPT$[OPTIMIZE]:%=-D%] \
$[filter -D%,$[C++FLAGS]] \ $[filter -D%,$[C++FLAGS]] \
$[INTERROGATE_OPTIONS] \ $[INTERROGATE_OPTIONS] \
$[if $[INTERROGATE_PYTHON_INTERFACE],-python] \ $[if $[INTERROGATE_PYTHON_INTERFACE],$[if $[PYTHON_NATIVE],-python-native,-python]] \
$[if $[INTERROGATE_C_INTERFACE],-c] \ $[if $[INTERROGATE_C_INTERFACE],-c] \
$[if $[TRACK_IN_INTERPRETER],-track-interpreter] \ $[if $[TRACK_IN_INTERPRETER],-track-interpreter] \
$[if $[<= $[OPTIMIZE], 1],-spam] $[if $[<= $[OPTIMIZE], 1],-spam]
#defer interrogate_module_options \ #defer interrogate_module_options \
$[if $[INTERROGATE_PYTHON_INTERFACE],-python] \ $[if $[INTERROGATE_PYTHON_INTERFACE],$[if $[PYTHON_NATIVE],-python-native,-python]] \
$[if $[INTERROGATE_C_INTERFACE],-c] \ $[if $[INTERROGATE_C_INTERFACE],-c] \
$[if $[TRACK_IN_INTERPRETER],-track-interpreter] $[if $[TRACK_IN_INTERPRETER],-track-interpreter]