Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v0.10'
Browse files Browse the repository at this point in the history
Conflicts:
	src/unix/udp.c
  • Loading branch information
bnoordhuis committed Nov 27, 2013
2 parents bf5038d + 7bb7371 commit 9342ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.l[oa]
*.opensdf
*.orig
*.pyc
*.sdf
*.suo
core
Expand Down
2 changes: 1 addition & 1 deletion gyp_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def run_gyp(args):
if sys.platform != 'win32':
if '-f' not in args:
args.extend('-f make'.split())
if 'ninja' not in args:
if 'eclipse' not in args and 'ninja' not in args:
args.extend(['-Goutput_dir=' + output_dir])
args.extend(['--generator-output', output_dir])
(major, minor), is_clang = compiler_version()
Expand Down

0 comments on commit 9342ef7

Please sign in to comment.