Commit d8a7fda4a1bd938e3eea378a1fac9571992c9fb7
1 parent
847565db
Exists in
master
and in
3 other branches
Updating windows build scripts after test on WSL.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
win/install-cross.sh
| ... | ... | @@ -13,7 +13,6 @@ filesystem |
| 13 | 13 | libopenssl |
| 14 | 14 | libopenssl-devel |
| 15 | 15 | libintl-devel |
| 16 | -cross-nsis | |
| 17 | 16 | win_iconv-devel |
| 18 | 17 | zlib-devel |
| 19 | 18 | winpthreads-devel |
| ... | ... | @@ -24,7 +23,8 @@ EOF |
| 24 | 23 | |
| 25 | 24 | # Instala apicativos e temas necessários |
| 26 | 25 | sudo zypper --non-interactive in \ |
| 27 | - gettext-tools | |
| 26 | + gettext-tools \ | |
| 27 | + automake | |
| 28 | 28 | |
| 29 | 29 | while read FILE |
| 30 | 30 | do | ... | ... |