Fix warning in generator

Fixes
```
Use of uninitialized value in concatenation (.) or string at template qt5-tools/mingw-w64/PKGBUILD.sh.ep line 44.
```
This commit is contained in:
Martchus 2020-09-21 22:30:59 +02:00
parent 8f09dc8757
commit 313e0a81aa
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
% return undef if $static_variant;
% return '' if $static_variant;
# make sure the executables don't conflict with their mingw-qt4 counterpart
for _arch in ${_architectures}; do
for exe_file in "${pkgdir}/usr/${_arch}/bin/"*.exe; do