If the environment variable DEPOT_TOOLS_WIN_TOOLCHAIN had been set to 0, 
python wouldn't get passed this condition:
https://cs.chromium.org/chromium/src/v8/gypfiles/vs_toolchain.py?q=vs_tool&sq=package:chromium&l=42

as depot_tools_win_toolchain is set above to:
depot_tools_win_toolchain = 
bool(int(os.environ.get('DEPOT_TOOLS_WIN_TOOLCHAIN', '1')))

In all the stack traces above I can see line 44.

Maybe on cygwin you need to set the variable in a different way.

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to