Commit a7a0a64968fed2b2b9386695c9b242362554ba5c
1 parent
a550d906
Exists in
master
and in
5 other branches
Fixing windows build script.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
win/pack.sh
@@ -118,6 +118,8 @@ configure() | @@ -118,6 +118,8 @@ configure() | ||
118 | echo -e "\e]2;Installing pre-reqs\a" | 118 | echo -e "\e]2;Installing pre-reqs\a" |
119 | echo "Installing pre-reqs" | 119 | echo "Installing pre-reqs" |
120 | 120 | ||
121 | + echo "mingw32-cross-nsis" >> ${WORKDIR}/sources/pre-reqs | ||
122 | + | ||
121 | cat ${WORKDIR}/sources/pre-reqs \ | 123 | cat ${WORKDIR}/sources/pre-reqs \ |
122 | | grep -v 3270 \ | 124 | | grep -v 3270 \ |
123 | | sort --unique \ | 125 | | sort --unique \ |