Skip to content

Commit

Permalink
Update MXE build accordingly to recent MXE changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Jan 9, 2018
1 parent 38fcf07 commit c61969a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile-iconv-gettext-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ ! -d $BLDGTXT_MXE/usr/bin ]; then
pushd $BLDGTXT_MXE >/dev/null
make \
MXE_TARGETS='i686-w64-mingw32.static i686-w64-mingw32.shared x86_64-w64-mingw32.static x86_64-w64-mingw32.shared' \
gcc
cc
popd >/dev/null
fi

Expand Down

0 comments on commit c61969a

Please sign in to comment.