File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,12 @@ grep -v -e '\.[acho]$' -e '\.l[ao]$' -e '/aclocal/' \
164
164
-e ' ^/mingw../share/git\(k\|-gui\)/lib/msgs/' \
165
165
-e ' ^/mingw../share/nghttp2/' \
166
166
-e ' ^/usr/bin/msys-\(db\|curl\|icu\|gfortran\|stdc++\|quadmath\)[^/]*\.dll$' \
167
- -e ' ^/usr/bin/msys-\(fdisk\|gettextpo\|gmpxx\|gnutlsxx\|gomp\|lzma\|xml2\|xslt\|exslt\)-.*\.dll$' \
167
+ -e ' ^/usr/bin/msys-\(' $( if test i686 = " $ARCH "
168
+ then
169
+ echo ' uuid\|'
170
+ else
171
+ echo ' lzma\|'
172
+ fi) ' fdisk\|gettextpo\|gmpxx\|gnutlsxx\|gomp\|xml2\|xslt\|exslt\)-.*\.dll$' \
168
173
-e ' ^/usr/bin/msys-\(hdb\|history8\|kadm5\|kdc\|otp\|sl\).*\.dll$' \
169
174
-e ' ^/usr/bin/msys-\(atomic\|blkid\|charset\|gthread\|metalink\|nghttp2\|pcre2-8\|ssh2\)-.*\.dll$' \
170
175
-e ' ^/usr/bin/msys-\(ncurses++w6\|asprintf-[0-9]*\|\)\.dll$' \
You can’t perform that action at this time.
0 commit comments