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

Commit

Permalink
Fix gyp build
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 29, 2011
1 parent 3be275b commit df0b483
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions uv.gyp
Expand Up @@ -3,7 +3,10 @@
{
'target_name': 'uv',
'type': '<(library)',
'include_dirs': [ 'include' ],
'include_dirs': [
'include',
'src/',
],
'direct_dependent_settings': {
'include_dirs': [ 'include' ],
},
Expand Down Expand Up @@ -167,9 +170,7 @@
'src/ev/config_linux.h',
'src/ev/config_sunos.h',
],
'include_dirs': [
'src/ev'
],
'include_dirs': [ 'src/ev', ],
'defines': [
'_LARGEFILE_SOURCE',
'_FILE_OFFSET_BITS=64',
Expand Down

0 comments on commit df0b483

Please sign in to comment.