aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Lord2019-11-18 21:59:44 +0000
committerPhillip Lord2019-11-18 21:59:44 +0000
commitdd3fa9411a28175f9a1a984a69cfa7162023c5df (patch)
tree562dbe244b35a93c8045f3f20144288978e1a5f1
parented52618e707682e812002c98b99efe4baf43e1ca (diff)
downloademacs-feature/windows-with-utils.tar.gz
emacs-feature/windows-with-utils.zip
Add diffutils as dependencyfeature/windows-with-utils
-rwxr-xr-xadmin/nt/dist-build/build-dep-zips.py5
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
40mingw-w64-x86_64-xpm-nox'''.split() 40mingw-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
44PKG_REQ=PKG_REQ+'''
45mingw-w64-x86_64-diffutils'''.split()
46
47
43## Options 48## Options
44DRY_RUN=False 49DRY_RUN=False
45 50