fix indent
This commit is contained in:
parent
191b1aa719
commit
4cd3119125
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def update_gyp():
|
|||
python = sys.executable
|
||||
arch = 'ia32'
|
||||
if sys.platform.startswith('linux') and sys.maxsize > 2**32 or sys.platform == 'darwin':
|
||||
arch = 'x64'
|
||||
arch = 'x64'
|
||||
if sys.platform in ['cygwin', 'win32']:
|
||||
python = os.path.join('vendor', 'python_26', 'python.exe')
|
||||
subprocess.call([python, gyp,
|
||||
|
|
Loading…
Reference in a new issue