diff options
-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 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 |