Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Remove support for cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 19, 2011
1 parent 9d27faa commit 67b2357
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 356 deletions.
346 changes: 0 additions & 346 deletions src/platform_cygwin.cc

This file was deleted.

2 changes: 1 addition & 1 deletion src/process_wrap.cc
Expand Up @@ -147,7 +147,7 @@ class ProcessWrap : public HandleWrap {
}

// options.windows_verbatim_arguments
#if defined(_WIN32) && !defined(__CYGWIN__)
#if defined(_WIN32)
options.windows_verbatim_arguments = js_options->
Get(String::NewSymbol("windowsVerbatimArguments"))->IsTrue();
#endif
Expand Down

0 comments on commit 67b2357

Please sign in to comment.