summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-22 18:55:36 -0500
committerAnthony Green <green@moxielogic.com>2019-11-22 18:55:36 -0500
commita37cc1755cc276b2b9e601b9b112919f8c882a2e (patch)
treeedf1dc429bae7e6a5c69ea65f38374342a51992c
parent332a539e88d26a0524c10a39283a3099d071ca10 (diff)
parent247a5e7878379b7af33338d51898d7fb9e82e686 (diff)
downloadlibffi-a37cc1755cc276b2b9e601b9b112919f8c882a2e.tar.gz
Merge branch 'master' of github.com:libffi/libffi
-rw-r--r--configure.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.host b/configure.host
index d9850d4..9a72cda 100644
--- a/configure.host
+++ b/configure.host
@@ -74,7 +74,7 @@ case "${host}" in
TARGET=X86_FREEBSD; TARGETDIR=x86
;;
- i?86-*-cygwin* | i?86-*-mingw* | i?86-*-os2* | i?86-*-interix* \
+ i?86-*-cygwin* | i?86-*-mingw* | i?86-*-win* | i?86-*-os2* | i?86-*-interix* \
| x86_64-*-cygwin* | x86_64-*-mingw* | x86_64-*-win* )
TARGETDIR=x86
if test $ac_cv_sizeof_size_t = 4; then