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

Commit

Permalink
Browse files Browse the repository at this point in the history
build: generate Makefiles on OS X
  • Loading branch information
bnoordhuis committed Jan 19, 2012
1 parent 98f3446 commit 646c80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gyp_uv
Expand Up @@ -45,12 +45,12 @@ if __name__ == '__main__':

# There's a bug with windows which doesn't allow this feature.
if sys.platform != 'win32':

# Tell gyp to write the Makefiles into output_dir
args.extend(['--generator-output', output_dir])

# Tell make to write its output into the same dir
args.extend(['-Goutput_dir=' + output_dir])
# Create Makefiles, not XCode projects
args.extend('-f make'.split())

args.append('-Dtarget_arch=ia32')
args.append('-Dcomponent=static_library')
Expand Down

0 comments on commit 646c80b

Please sign in to comment.