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',
|
||||
],
|
||||
'action': [
|
||||
'$(PYTHON_EXECUTABLE)',
|
||||
'<(PYTHON_EXECUTABLE)>',
|
||||
'../tools/js2c.py',
|
||||
'<@(_outputs)',
|
||||
'D8',
|
||||
|
|
|
@ -320,7 +320,7 @@
|
|||
'<(generated_file)',
|
||||
],
|
||||
'action': [
|
||||
'$(PYTHON_EXECUTABLE)',
|
||||
'<(PYTHON_EXECUTABLE)>',
|
||||
'../../tools/js2c.py',
|
||||
'<@(_outputs)',
|
||||
'TEST', # type
|
||||
|
|
|
@ -1738,7 +1738,7 @@
|
|||
'<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
|
||||
],
|
||||
'action': [
|
||||
'$(PYTHON_EXECUTABLE)',
|
||||
'<(PYTHON_EXECUTABLE)>',
|
||||
'../../tools/js2c.py',
|
||||
'<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
|
||||
'CORE',
|
||||
|
@ -1757,7 +1757,7 @@
|
|||
{
|
||||
'action_name': 'js2c_experimental',
|
||||
'inputs': [
|
||||
'$(PYTHON_EXECUTABLE)',
|
||||
'<(PYTHON_EXECUTABLE)>',
|
||||
'../../tools/js2c.py',
|
||||
'<@(experimental_library_files)',
|
||||
],
|
||||
|
@ -1765,7 +1765,7 @@
|
|||
'<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc',
|
||||
],
|
||||
'action': [
|
||||
'$(PYTHON_EXECUTABLE)',
|
||||
'<(PYTHON_EXECUTABLE)>',
|
||||
'../../tools/js2c.py',
|
||||
'<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc',
|
||||
'EXPERIMENTAL',
|
||||
|
|
Loading…
Reference in New Issue