diff options
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -88,6 +88,10 @@ cocoa="no" # OS specific targetos=`uname -s` case $targetos in +CYGWIN*) +mingw32="yes" +CFLAGS="-O2 -mno-cygwin" +;; MINGW32*) mingw32="yes" ;; |
index : slackcoder/qemu | ||
QEMU is a generic and open source machine & userspace emulator and virtualizer | Mirror |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | configure | 4 |
@@ -88,6 +88,10 @@ cocoa="no" # OS specific targetos=`uname -s` case $targetos in +CYGWIN*) +mingw32="yes" +CFLAGS="-O2 -mno-cygwin" +;; MINGW32*) mingw32="yes" ;; |