summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2019-11-18 21:59:44 +0000
committerPhillip Lord <phillip.lord@russet.org.uk>2019-11-18 21:59:44 +0000
commitdd3fa9411a28175f9a1a984a69cfa7162023c5df (patch)
tree562dbe244b35a93c8045f3f20144288978e1a5f1
parented52618e707682e812002c98b99efe4baf43e1ca (diff)
downloademacs-dd3fa9411a28175f9a1a984a69cfa7162023c5df.tar.gz
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
mingw-w64-x86_64-xpm-nox'''.split()
+## This list is some extra things that we want to add because they are useful
+PKG_REQ=PKG_REQ+'''
+mingw-w64-x86_64-diffutils'''.split()
+
+
## Options
DRY_RUN=False