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