We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4bd80 commit 8c754e4Copy full SHA for 8c754e4
cpython-windows/build.py
@@ -1424,6 +1424,8 @@ def build_libffi(
1424
subprocess.run(
1425
[
1426
"git.exe",
1427
+ "-c",
1428
+ "core.autocrlf=input",
1429
"clone",
1430
"--single-branch",
1431
"--branch",
@@ -1435,7 +1437,13 @@ def build_libffi(
1435
1437
)
1436
1438
1439
- ["git.exe", "checkout", "ed22026f39b37f892ded95d7b30e77dfb5126334"],
1440
+ [
1441
+ "git.exe",
1442
1443
1444
+ "checkout",
1445
+ "ed22026f39b37f892ded95d7b30e77dfb5126334",
1446
+ ],
1447
cwd=ffi_source_path,
1448
check=True,
1449
0 commit comments