diff options
Diffstat (limited to 'bootstrap/config.py')
-rw-r--r-- | bootstrap/config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py index bd651e28597..279d1f0a046 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -65,6 +65,7 @@ COMMON = [ PKGS = [ # NAME1-dev, NAME2-devel ('lmdb-utils', 'lmdb'), + ('mingw-w64', 'mingw64-gcc'), ('nettle-dev', 'nettle-devel'), ('zlib1g-dev', 'zlib-devel'), ('libbsd-dev', 'libbsd-devel'), @@ -525,6 +526,7 @@ RPM_DISTS = { 'quota-devel': '', 'glusterfs-api-devel': '', 'libtasn1-tools': '', # asn1Parser is part of libtasn1 + 'mingw64-gcc': '', # doesn't exist } } } |