Commit f7b3dd43 authored by Jisi Liu's avatar Jisi Liu

Update comments that cross compile is feasible now

Need to install mingw-w64 on linux to cross compile
parent fa086c8a
...@@ -185,8 +185,6 @@ elif [[ "$(uname)" == Linux* ]]; then ...@@ -185,8 +185,6 @@ elif [[ "$(uname)" == Linux* ]]; then
fi fi
elif [[ "$OS" == windows ]]; then elif [[ "$OS" == windows ]]; then
# Cross-compilation for Windows # 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" CONFIGURE_ARGS="$CONFIGURE_ARGS"
if [[ "$ARCH" == x86_64 ]]; then if [[ "$ARCH" == x86_64 ]]; then
CONFIGURE_ARGS="$CONFIGURE_ARGS --host=x86_64-w64-mingw32" CONFIGURE_ARGS="$CONFIGURE_ARGS --host=x86_64-w64-mingw32"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment