提交 57cb3385 编写于 作者: R Richard Levitte

Recognise mingw64 in config script

Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2914)
上级 d4ea9659
......@@ -801,6 +801,8 @@ case "$GUESSOS" in
options="$options no-asm"
fi
;;
i[3456]86-*-mingw) OUT="mingw" ;;
x86_64-*-mingw) OUT="mingw64" ;;
# these are all covered by the catchall below
i[3456]86-*-cygwin) OUT="Cygwin-x86" ;;
*-*-cygwin) OUT="Cygwin-${MACHINE}" ;;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册