Define node_byteorder and node_release_urlbase

This commit is contained in:
Cheng Zhao 2015-08-11 10:02:46 +08:00
parent 5c57f92ba5
commit 4337c07425

View file

@ -12,6 +12,8 @@
'python': 'python', 'python': 'python',
'openssl_fips': '', 'openssl_fips': '',
'openssl_no_asm': 1, 'openssl_no_asm': 1,
'node_release_urlbase': 'https://atom.io/download/atom-shell',
'node_byteorder': '<!(python -c "import sys; print sys.byteorder")',
'node_target_type': 'shared_library', 'node_target_type': 'shared_library',
'node_install_npm': 'false', 'node_install_npm': 'false',
'node_prefix': '', 'node_prefix': '',