diff options
| author | Phillip Lord | 2019-11-18 21:59:44 +0000 |
|---|---|---|
| committer | Phillip Lord | 2019-11-18 21:59:44 +0000 |
| commit | dd3fa9411a28175f9a1a984a69cfa7162023c5df (patch) | |
| tree | 562dbe244b35a93c8045f3f20144288978e1a5f1 | |
| parent | ed52618e707682e812002c98b99efe4baf43e1ca (diff) | |
| download | emacs-feature/windows-with-utils.tar.gz emacs-feature/windows-with-utils.zip | |
Add diffutils as dependencyfeature/windows-with-utils
| -rwxr-xr-x | admin/nt/dist-build/build-dep-zips.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/nt/dist-build/build-dep-zips.py b/admin/nt/dist-build/build-dep-zips.py index 5698f5179c8..5df76949cd7 100755 --- a/admin/nt/dist-build/build-dep-zips.py +++ b/admin/nt/dist-build/build-dep-zips.py | |||
| @@ -40,6 +40,11 @@ mingw-w64-x86_64-libxml2 | |||
| 40 | mingw-w64-x86_64-xpm-nox'''.split() | 40 | mingw-w64-x86_64-xpm-nox'''.split() |
| 41 | 41 | ||
| 42 | 42 | ||
| 43 | ## This list is some extra things that we want to add because they are useful | ||
| 44 | PKG_REQ=PKG_REQ+''' | ||
| 45 | mingw-w64-x86_64-diffutils'''.split() | ||
| 46 | |||
| 47 | |||
| 43 | ## Options | 48 | ## Options |
| 44 | DRY_RUN=False | 49 | DRY_RUN=False |
| 45 | 50 | ||