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,7 +13,6 @@ filesystem | ||
13 | libopenssl | 13 | libopenssl |
14 | libopenssl-devel | 14 | libopenssl-devel |
15 | libintl-devel | 15 | libintl-devel |
16 | -cross-nsis | ||
17 | win_iconv-devel | 16 | win_iconv-devel |
18 | zlib-devel | 17 | zlib-devel |
19 | winpthreads-devel | 18 | winpthreads-devel |
@@ -24,7 +23,8 @@ EOF | @@ -24,7 +23,8 @@ EOF | ||
24 | 23 | ||
25 | # Instala apicativos e temas necessários | 24 | # Instala apicativos e temas necessários |
26 | sudo zypper --non-interactive in \ | 25 | sudo zypper --non-interactive in \ |
27 | - gettext-tools | 26 | + gettext-tools \ |
27 | + automake | ||
28 | 28 | ||
29 | while read FILE | 29 | while read FILE |
30 | do | 30 | do |