Skip to content

Commit

Permalink
windows: remove dependency on rpcrt4 and ole32
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Zinkovsky authored and ry committed Aug 2, 2011
1 parent 89b14fc commit a6e0a91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -493,10 +493,6 @@ 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 a6e0a91

Please sign in to comment.