Update comments that cross compile is feasible now

Need to install mingw-w64 on linux to cross compile
pull/3496/head
Jisi Liu 8 years ago
parent fa086c8a85
commit f7b3dd4329
  1. 2
      protoc-artifacts/build-protoc.sh

@ -185,8 +185,6 @@ elif [[ "$(uname)" == Linux* ]]; then
fi
elif [[ "$OS" == windows ]]; then
# Cross-compilation for Windows
# TODO(zhangkun83) MinGW 64 always adds dependency on libwinpthread-1.dll,
# which is undesirable for repository deployment.
CONFIGURE_ARGS="$CONFIGURE_ARGS"
if [[ "$ARCH" == x86_64 ]]; then
CONFIGURE_ARGS="$CONFIGURE_ARGS --host=x86_64-w64-mingw32"

Loading…
Cancel
Save