14 lines
603 B
Diff
14 lines
603 B
Diff
diff --git a/setup.py b/setup.py
|
|
index 682e852..61bc6a5 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -34,8 +34,6 @@ class build_ext(setuptools.command.build_ext.build_ext):
|
|
else:
|
|
self.import_library_name = os.path.join(self.build_implib,
|
|
"lib%s.a" % ext.name)
|
|
- extra_link_args.append("-Wl,--add-stdcall-alias")
|
|
- extra_link_args.append("-Wl,--enable-stdcall-fixup")
|
|
extra_link_args.append("-Wl,--out-implib=%s" % \
|
|
self.import_library_name)
|
|
ext.libraries = ["ole32"]
|