Skip to content

Commit

Permalink
libtool-bin package may not be available (included in libtool)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Aug 5, 2016
1 parent c2fba1d commit 133b03e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion compile-iconv-gettext-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ if [ ! -d $BLDGTXT_MXE/usr/bin ]; then
gperf intltool libffi-dev libgdk-pixbuf2.0-dev libtool libltdl-dev \
libssl-dev libxml-parser-perl make openssl p7zip-full patch perl \
pkg-config python ruby scons sed unzip wget xz-utils g++-multilib \
libc6-dev-i386 libtool-bin perl groff
libc6-dev-i386 libtool perl groff
set +o errexit
sudo apt-get install -y libtool-bin
set -o errexit
rm -rf $BLDGTXT_MXE
echo '### Downloading MXE'
git clone https://github.com/mxe/mxe.git $BLDGTXT_MXE
Expand Down

0 comments on commit 133b03e

Please sign in to comment.