Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
11 lines
465 B
Diff
11 lines
465 B
Diff
--- origsrc/Lib/distutils/unixccompiler.py.orig 2012-11-27 07:44:15.409993500 -0500
|
|
+++ src/Lib/distutils/unixccompiler.py 2012-11-27 08:09:57.801770900 -0500
|
|
@@ -141,6 +141,7 @@
|
|
static_lib_format = shared_lib_format = dylib_lib_format = "lib%s%s"
|
|
if sys.platform == "cygwin":
|
|
exe_extension = ".exe"
|
|
+ dylib_lib_extension = ".dll.a"
|
|
|
|
def preprocess(self, source,
|
|
output_file=None, macros=None, include_dirs=None,
|