Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joyent/libuv
base: 7f44933c43f9
Choose a base ref
...
head repository: joyent/libuv
compare: 244546781033
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Nov 5, 2013

  1. build: fix windows smp build with gyp

    Gyp will try a parallel build if it detect the system has >1 processor.
    This functionality depends on the Python "multiprocessing" package. The
    multiprocessing package on Windows requires that the top-level module is
    importable as a module, see:
    
      http://docs.python.org/2/library/multiprocessing.html#windows
    
    This fixes issue #984.
    geertj authored and bnoordhuis committed Nov 5, 2013
    Copy the full SHA
    2445467 View commit details
    Browse the repository at this point in the history