]> granicus.if.org Git - libvpx/commitdiff
Cygwin x86_64 support.
authorMoriyoshi Koizumi <mozo@mozo.jp>
Mon, 16 Jan 2017 10:27:00 +0000 (19:27 +0900)
committerJohann <johannkoenig@google.com>
Tue, 17 Jan 2017 17:04:37 +0000 (09:04 -0800)
This should have been taken into account at 64347a10

Change-Id: Ie8e3ad7cbaab3e5799e04bd50f2639390b0a2428

build/make/configure.sh

index 007e0200023d4269d7b776329645a6ffc03a4e82..64ff817b6979e3eead9c3ec527b7448e0cf7d687 100644 (file)
@@ -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