Use win32 python to call gyp when running under cygwin.
This commit is contained in:
parent
09a4ea718d
commit
f510f77b98
2 changed files with 9 additions and 6 deletions
|
@ -9,7 +9,7 @@ import os
|
|||
from lib.util import *
|
||||
|
||||
|
||||
SOURCE_ROOT = os.path.dirname(os.path.dirname(__file__))
|
||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
NODE_VERSION = 'v0.10.9'
|
||||
NODE_DIST_URL = 'https://gh-contractor-zcbenz.s3.amazonaws.com/node/dist'
|
||||
IS_POSIX = (sys.platform != 'win32') and (sys.platform != 'cygwin')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue