mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
add PYTHON_NATIVE
This commit is contained in:
parent
edcac91a1d
commit
0cca4fbe02
@ -640,13 +640,13 @@ Warning: Variable $[upcase $[tree]]_INSTALL is not set!
|
||||
$[CDEFINES_OPT$[OPTIMIZE]:%=-D%] \
|
||||
$[filter -D%,$[C++FLAGS]] \
|
||||
$[INTERROGATE_OPTIONS] \
|
||||
$[if $[INTERROGATE_PYTHON_INTERFACE],-python] \
|
||||
$[if $[INTERROGATE_PYTHON_INTERFACE],$[if $[PYTHON_NATIVE],-python-native,-python]] \
|
||||
$[if $[INTERROGATE_C_INTERFACE],-c] \
|
||||
$[if $[TRACK_IN_INTERPRETER],-track-interpreter] \
|
||||
$[if $[<= $[OPTIMIZE], 1],-spam]
|
||||
|
||||
#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 $[TRACK_IN_INTERPRETER],-track-interpreter]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user