mirror of https://gitee.com/bigwinds/arangodb
Fix python invokation
This commit is contained in:
parent
ed3f635407
commit
bcae81dc7b
|
@ -127,7 +127,7 @@
|
|||
'<(SHARED_INTERMEDIATE_DIR)/d8-js.cc',
|
||||
],
|
||||
'action': [
|
||||
'python',
|
||||
'$(PYTHON_EXECUTABLE)',
|
||||
'../tools/js2c.py',
|
||||
'<@(_outputs)',
|
||||
'D8',
|
||||
|
|
|
@ -320,7 +320,7 @@
|
|||
'<(generated_file)',
|
||||
],
|
||||
'action': [
|
||||
'python',
|
||||
'$(PYTHON_EXECUTABLE)',
|
||||
'../../tools/js2c.py',
|
||||
'<@(_outputs)',
|
||||
'TEST', # type
|
||||
|
|
|
@ -1731,14 +1731,13 @@
|
|||
'action_name': 'js2c',
|
||||
'inputs': [
|
||||
'../../tools/js2c.py',
|
||||
'<@(library_files)',
|
||||
'<@(i18n_library_files)',
|
||||
],
|
||||
'outputs': [
|
||||
'<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
|
||||
],
|
||||
'action': [
|
||||
'python',
|
||||
'$(PYTHON_EXECUTABLE)',
|
||||
'../../tools/js2c.py',
|
||||
'<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
|
||||
'CORE',
|
||||
|
@ -1757,6 +1756,7 @@
|
|||
{
|
||||
'action_name': 'js2c_experimental',
|
||||
'inputs': [
|
||||
'$(PYTHON_EXECUTABLE)',
|
||||
'../../tools/js2c.py',
|
||||
'<@(experimental_library_files)',
|
||||
],
|
||||
|
@ -1764,7 +1764,7 @@
|
|||
'<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc',
|
||||
],
|
||||
'action': [
|
||||
'python',
|
||||
'$(PYTHON_EXECUTABLE)',
|
||||
'../../tools/js2c.py',
|
||||
'<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc',
|
||||
'EXPERIMENTAL',
|
||||
|
|
Loading…
Reference in New Issue