Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Aug 20, 2023
1 parent 568f80f commit 181dc06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup/wincross.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/usr/bin/env python
# License: GPLv3 Copyright: 2023, Kovid Goyal <kovid at kovidgoyal.net>

# 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
Expand Down

0 comments on commit 181dc06

Please sign in to comment.