emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/windows-with-utils dd3fa94: Add diffutils as dependency


From: Phillip Lord
Subject: feature/windows-with-utils dd3fa94: Add diffutils as dependency
Date: Mon, 18 Nov 2019 17:01:17 -0500 (EST)

branch: feature/windows-with-utils
commit dd3fa9411a28175f9a1a984a69cfa7162023c5df
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Add diffutils as dependency
---
 admin/nt/dist-build/build-dep-zips.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/admin/nt/dist-build/build-dep-zips.py 
b/admin/nt/dist-build/build-dep-zips.py
index 5698f51..5df7694 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]