windows: remove dependency on rpcrt4 and ole32
This commit is contained in:
parent
89b14fc0ff
commit
a6e0a91a70
4
wscript
4
wscript
@ -493,10 +493,6 @@ def configure(conf):
|
|||||||
if sys.platform.startswith("win32"):
|
if sys.platform.startswith("win32"):
|
||||||
conf.env.append_value('LIB', 'ws2_32')
|
conf.env.append_value('LIB', 'ws2_32')
|
||||||
conf.env.append_value('LIB', 'winmm')
|
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', '-Wno-unused-parameter');
|
||||||
conf.env.append_value('CPPFLAGS', '-D_FORTIFY_SOURCE=2');
|
conf.env.append_value('CPPFLAGS', '-D_FORTIFY_SOURCE=2');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user