Fix make-array transforms.
[sbcl.git] / tests / win32-foreign-stack-unwind.impure.lisp
index 99ff7c3..ba5727f 100755 (executable)
@@ -22,8 +22,7 @@
 
 ;;; XXX XXX this should change to use run-compiler.sh, now that we have it
 (defun run-compiler ()
-  (let ((proc (run-program "gcc" '("win32-stack-unwind.c"
-                                   "-mno-cygwin" "-shared"
+  (let ((proc (run-program "gcc" '("win32-stack-unwind.c" "-shared"
                                    "-o" "win32-stack-unwind.dll")
                            :search t)))
     (unless (zerop (process-exit-code proc))