From 181dc063dfc7f448600b11f4fd01f93752c96625 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 20 Aug 2023 21:25:24 +0530 Subject: [PATCH] ... --- setup/wincross.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup/wincross.py b/setup/wincross.py index 251b33259c70..a8da16de4131 100644 --- a/setup/wincross.py +++ b/setup/wincross.py @@ -1,6 +1,10 @@ #!/usr/bin/env python # License: GPLv3 Copyright: 2023, Kovid Goyal +# See https://github.com/mstorsjo/msvc-wine/blob/master/vsdownload.py and +# https://github.com/Jake-Shadle/xwin/blob/main/src/lib.rs for the basic logic +# used to download and install the needed VisualStudio packages + import argparse import concurrent.futures import glob