Skip to content

Commit

Permalink
V8 GYP should attempt to not use cygwin.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPizza authored and ry committed Aug 7, 2011
1 parent 71333b3 commit b88c481
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deps/v8/tools/gyp/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

{
'includes': [
'../../build/common.gypi',
'../../build/v8-features.gypi',
],

'variables': {
'use_system_v8%': 0,
'msvs_use_common_release': 0,
Expand Down Expand Up @@ -374,6 +379,7 @@
'<@(mksnapshot_flags)',
'<@(_outputs)'
],
'msvs_cygwin_shell': 0,
},
],
},
Expand Down Expand Up @@ -912,6 +918,7 @@
'<(v8_compress_startup_data)',
'<@(library_files)'
],
'msvs_cygwin_shell': 0,
},
{
'action_name': 'js2c_experimental',
Expand All @@ -930,6 +937,7 @@
'<(v8_compress_startup_data)',
'<@(experimental_library_files)'
],
'msvs_cygwin_shell': 0,
},
],
},
Expand Down

0 comments on commit b88c481

Please sign in to comment.