We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 668c647 + 9f28f72 commit 2fc8b1eCopy full SHA for 2fc8b1e
configure
@@ -430,6 +430,10 @@ case $CFG_OSTYPE in
430
CFG_CPUTYPE=x86_64
431
;;
432
433
+# Win 8 # uname -s on 64-bit cygwin does not contain WOW64, so simply use uname -m to detect arch (works in my install)
434
+ CYGWIN_NT-6.3)
435
+ CFG_OSTYPE=pc-windows-gnu
436
+ ;;
437
# We do not detect other OS such as XP/2003 using 64 bit using uname.
438
# If we want to in the future, we will need to use Cygwin - Chuck's csih helper in /usr/lib/csih/winProductName.exe or alternative.
439
*)
0 commit comments