diff options
author | Phillip Lord <phillip.lord@russet.org.uk> | 2018-03-26 12:49:50 +0100 |
---|---|---|
committer | Phillip Lord <phillip.lord@russet.org.uk> | 2018-03-26 12:49:50 +0100 |
commit | 9c1176247b107fd6e1845618b78ad56b5d57ddd9 (patch) | |
tree | 38987d6f033c7223dcd7e6a26b03f863e24b32f7 /admin | |
parent | 1be6a21fd8b5ade67f7f69f964331aa570623683 (diff) | |
download | emacs-9c1176247b107fd6e1845618b78ad56b5d57ddd9.tar.gz |
Remove architecture dependent source downloadsfeature/deps-download
* admin/nt/dist-build/build-dep-zips.py:
Diffstat (limited to 'admin')
-rwxr-xr-x | admin/nt/dist-build/build-dep-zips.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/admin/nt/dist-build/build-dep-zips.py b/admin/nt/dist-build/build-dep-zips.py index 493a128c099..e6c1ce8ff38 100755 --- a/admin/nt/dist-build/build-dep-zips.py +++ b/admin/nt/dist-build/build-dep-zips.py @@ -35,9 +35,9 @@ DRY_RUN=False ## Packages to fiddle with SKIP_PKGS=["mingw-w64-gcc-libs"] MUNGE_PKGS ={"mingw-w64-libwinpthread-git":"mingw-w64-winpthreads-git"} -ARCH_PKGS=["mingw-w64-mpc", - "mingw-w64-termcap", - "mingw-w64-xpm-nox"] + +## Currently no packages seem to require this! +ARCH_PKGS=[] SRC_REPO="https://sourceforge.net/projects/msys2/files/REPOS/MINGW/Sources" @@ -49,6 +49,7 @@ def check_output_maybe(*args,**kwargs): def extract_deps(): + print( "Extracting deps" ) # This list derives from the features we want Emacs to compile with. PKG_REQ='''mingw-w64-x86_64-giflib mingw-w64-x86_64-gnutls |