mirror of https://gitee.com/bigwinds/arangodb
don't use the environment for the python executable.
This commit is contained in:
parent
9e091d6374
commit
62ba465c1f
|
@ -128,7 +128,7 @@
|
||||||
'<(SHARED_INTERMEDIATE_DIR)/d8-js.cc',
|
'<(SHARED_INTERMEDIATE_DIR)/d8-js.cc',
|
||||||
],
|
],
|
||||||
'action': [
|
'action': [
|
||||||
'$(PYTHON_EXECUTABLE)',
|
'<(PYTHON_EXECUTABLE)>',
|
||||||
'../tools/js2c.py',
|
'../tools/js2c.py',
|
||||||
'<@(_outputs)',
|
'<@(_outputs)',
|
||||||
'D8',
|
'D8',
|
||||||
|
|
|
@ -320,7 +320,7 @@
|
||||||
'<(generated_file)',
|
'<(generated_file)',
|
||||||
],
|
],
|
||||||
'action': [
|
'action': [
|
||||||
'$(PYTHON_EXECUTABLE)',
|
'<(PYTHON_EXECUTABLE)>',
|
||||||
'../../tools/js2c.py',
|
'../../tools/js2c.py',
|
||||||
'<@(_outputs)',
|
'<@(_outputs)',
|
||||||
'TEST', # type
|
'TEST', # type
|
||||||
|
|
|
@ -1738,7 +1738,7 @@
|
||||||
'<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
|
'<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
|
||||||
],
|
],
|
||||||
'action': [
|
'action': [
|
||||||
'$(PYTHON_EXECUTABLE)',
|
'<(PYTHON_EXECUTABLE)>',
|
||||||
'../../tools/js2c.py',
|
'../../tools/js2c.py',
|
||||||
'<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
|
'<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
|
||||||
'CORE',
|
'CORE',
|
||||||
|
@ -1757,7 +1757,7 @@
|
||||||
{
|
{
|
||||||
'action_name': 'js2c_experimental',
|
'action_name': 'js2c_experimental',
|
||||||
'inputs': [
|
'inputs': [
|
||||||
'$(PYTHON_EXECUTABLE)',
|
'<(PYTHON_EXECUTABLE)>',
|
||||||
'../../tools/js2c.py',
|
'../../tools/js2c.py',
|
||||||
'<@(experimental_library_files)',
|
'<@(experimental_library_files)',
|
||||||
],
|
],
|
||||||
|
@ -1765,7 +1765,7 @@
|
||||||
'<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc',
|
'<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc',
|
||||||
],
|
],
|
||||||
'action': [
|
'action': [
|
||||||
'$(PYTHON_EXECUTABLE)',
|
'<(PYTHON_EXECUTABLE)>',
|
||||||
'../../tools/js2c.py',
|
'../../tools/js2c.py',
|
||||||
'<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc',
|
'<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc',
|
||||||
'EXPERIMENTAL',
|
'EXPERIMENTAL',
|
||||||
|
|
Loading…
Reference in New Issue