diff options
| author | Phillip Lord | 2018-03-26 12:49:50 +0100 |
|---|---|---|
| committer | Phillip Lord | 2018-03-26 12:49:50 +0100 |
| commit | 9c1176247b107fd6e1845618b78ad56b5d57ddd9 (patch) | |
| tree | 38987d6f033c7223dcd7e6a26b03f863e24b32f7 | |
| parent | 1be6a21fd8b5ade67f7f69f964331aa570623683 (diff) | |
| download | emacs-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-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 | |||
| 35 | ## Packages to fiddle with | 35 | ## Packages to fiddle with |
| 36 | SKIP_PKGS=["mingw-w64-gcc-libs"] | 36 | SKIP_PKGS=["mingw-w64-gcc-libs"] |
| 37 | MUNGE_PKGS ={"mingw-w64-libwinpthread-git":"mingw-w64-winpthreads-git"} | 37 | MUNGE_PKGS ={"mingw-w64-libwinpthread-git":"mingw-w64-winpthreads-git"} |
| 38 | ARCH_PKGS=["mingw-w64-mpc", | 38 | |
| 39 | "mingw-w64-termcap", | 39 | ## Currently no packages seem to require this! |
| 40 | "mingw-w64-xpm-nox"] | 40 | ARCH_PKGS=[] |
| 41 | SRC_REPO="https://sourceforge.net/projects/msys2/files/REPOS/MINGW/Sources" | 41 | SRC_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 | ||
| 50 | def extract_deps(): | 50 | def 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 |
| 54 | mingw-w64-x86_64-gnutls | 55 | mingw-w64-x86_64-gnutls |