aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Lord2018-03-26 12:49:50 +0100
committerPhillip Lord2018-03-26 12:49:50 +0100
commit9c1176247b107fd6e1845618b78ad56b5d57ddd9 (patch)
tree38987d6f033c7223dcd7e6a26b03f863e24b32f7
parent1be6a21fd8b5ade67f7f69f964331aa570623683 (diff)
downloademacs-feature/deps-download.tar.gz
emacs-feature/deps-download.zip
Remove architecture dependent source downloadsfeature/deps-download
* admin/nt/dist-build/build-dep-zips.py:
-rwxr-xr-xadmin/nt/dist-build/build-dep-zips.py7
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
35## Packages to fiddle with 35## Packages to fiddle with
36SKIP_PKGS=["mingw-w64-gcc-libs"] 36SKIP_PKGS=["mingw-w64-gcc-libs"]
37MUNGE_PKGS ={"mingw-w64-libwinpthread-git":"mingw-w64-winpthreads-git"} 37MUNGE_PKGS ={"mingw-w64-libwinpthread-git":"mingw-w64-winpthreads-git"}
38ARCH_PKGS=["mingw-w64-mpc", 38
39 "mingw-w64-termcap", 39## Currently no packages seem to require this!
40 "mingw-w64-xpm-nox"] 40ARCH_PKGS=[]
41SRC_REPO="https://sourceforge.net/projects/msys2/files/REPOS/MINGW/Sources" 41SRC_REPO="https://sourceforge.net/projects/msys2/files/REPOS/MINGW/Sources"
42 42
43 43
@@ -49,6 +49,7 @@ def check_output_maybe(*args,**kwargs):
49 49
50def extract_deps(): 50def extract_deps():
51 51
52 print( "Extracting deps" )
52 # This list derives from the features we want Emacs to compile with. 53 # This list derives from the features we want Emacs to compile with.
53 PKG_REQ='''mingw-w64-x86_64-giflib 54 PKG_REQ='''mingw-w64-x86_64-giflib
54mingw-w64-x86_64-gnutls 55mingw-w64-x86_64-gnutls