Skip to content

Commit b1873c3

Browse files
committed
1 parent d440dc3 commit b1873c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-windows/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ def run_msbuild(
869869
]
870870

871871
if freethreaded:
872-
args.append("/property:IncludeFreethreaded=true")
872+
args.append("/property:DisableGil=true")
873873

874874
exec_and_log(args, str(pcbuild_path), os.environ)
875875

0 commit comments

Comments
 (0)