X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi-tests.asd;h=06577e2f0175a5f66a755a6a476d7f5c4ee653ba;hb=54929de80ac68bb7ef45a28e70945c7243d39c82;hp=d2221f9246e09e60667441b200491ad9c3f4556f;hpb=efec53a77aad71856873ab85c2fec4da2ba9f283;p=uffi.git diff --git a/uffi-tests.asd b/uffi-tests.asd index d2221f9..06577e2 100644 --- a/uffi-tests.asd +++ b/uffi-tests.asd @@ -7,7 +7,6 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2003 ;;;; -;;;; $Id$ ;;;; ************************************************************************* (defpackage #:uffi-tests-system @@ -49,7 +48,7 @@ (defmethod perform ((o compile-op) (c uffi-test-source-file)) (unless (operation-done-p o c) - #-(or win32 mswindows) + #-(or win32 win64 windows mswindows) (unless (zerop (run-shell-command #-freebsd "cd ~A; make" #+freebsd "cd ~A; gmake"