Commit a7a0a64968fed2b2b9386695c9b242362554ba5c

Authored by Perry Werneck
1 parent a550d906

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 118 echo -e "\e]2;Installing pre-reqs\a"
119 119 echo "Installing pre-reqs"
120 120  
  121 + echo "mingw32-cross-nsis" >> ${WORKDIR}/sources/pre-reqs
  122 +
121 123 cat ${WORKDIR}/sources/pre-reqs \
122 124 | grep -v 3270 \
123 125 | sort --unique \
... ...