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 Sep 19, 2011
1 parent 75a088e commit 2f18cf5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion uv.gyp
Expand Up @@ -194,7 +194,10 @@
'include_dirs': [ 'src/ares/config_darwin' ],
'sources': [ 'src/unix/darwin.c' ],
'direct_dependent_settings': {
'libraries': [ '-framework CoreServices' ],
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
'$(SDKROOT)/System/Library/Frameworks/CoreServices.framework',
],
},
'defines': [
'EV_CONFIG_H="config_darwin.h"',
Expand Down Expand Up @@ -261,6 +264,7 @@
'test/test-tcp-bind-error.c',
'test/test-tcp-bind6-error.c',
'test/test-tcp-close.c',
'test/test-tcp-write-error.c',
'test/test-tcp-writealot.c',
'test/test-threadpool.c',
'test/test-timer-again.c',
Expand Down

0 comments on commit 2f18cf5

Please sign in to comment.