From 73942e475c773ff844c231d98c9b37acdc678e9c Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Fri, 30 Sep 2022 10:25:00 +0100 Subject: gh-97649: The Tools directory is no longer installed on Windows (GH-97653) --- PC/layout/support/options.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'PC/layout/support/options.py') diff --git a/PC/layout/support/options.py b/PC/layout/support/options.py index e831029315..3d93e892ad 100644 --- a/PC/layout/support/options.py +++ b/PC/layout/support/options.py @@ -57,7 +57,6 @@ PRESETS = { "help": "nuget package", "options": [ "dev", - "tools", "pip", "stable", "distutils", @@ -76,7 +75,6 @@ PRESETS = { "tcltk", "idle", "tests", - "tools", "venv", "dev", "symbols", -- cgit v1.2.1