Skip to content

Commit

Permalink
link to rpcrt4 and ole32 on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 1, 2011
1 parent baa6a92 commit f0f941a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@ def configure(conf):
if sys.platform.startswith("win32"):
conf.env.append_value('LIB', 'ws2_32')
conf.env.append_value('LIB', 'winmm')
# remove the next two lines when this issue is fixed:
# https://github.com/joyent/libuv/issues/118
conf.env.append_value('LIB', 'rpcrt4')
conf.env.append_value('LIB', 'ole32')

conf.env.append_value('CPPFLAGS', '-Wno-unused-parameter');
conf.env.append_value('CPPFLAGS', '-D_FORTIFY_SOURCE=2');
Expand Down

0 comments on commit f0f941a

Please sign in to comment.