From: Moriyoshi Koizumi Date: Mon, 16 Jan 2017 10:27:00 +0000 (+0900) Subject: Cygwin x86_64 support. X-Git-Tag: v1.7.0~801^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34be6057da31d52b83327f42dbbbca72b580b0ef;p=libvpx Cygwin x86_64 support. This should have been taken into account at 64347a10 Change-Id: Ie8e3ad7cbaab3e5799e04bd50f2639390b0a2428 --- diff --git a/build/make/configure.sh b/build/make/configure.sh index 007e02000..64ff817b6 100644 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -728,6 +728,9 @@ process_common_toolchain() { x86_64*mingw32*) tgt_os=win64 ;; + x86_64*cygwin*) + tgt_os=win64 + ;; *mingw32*|*cygwin*) [ -z "$tgt_isa" ] && tgt_isa=x86 tgt_os=win32