diff --git a/test/ecl-make-image.script b/test/ecl-make-image.script index 1afac86e96baecec338f1c566619b931b4bfc544..9229cbf0245fb4e100328497682d25c5e700695b 100644 --- a/test/ecl-make-image.script +++ b/test/ecl-make-image.script @@ -2,7 +2,7 @@ (DBG "Test ld-flags in make-image. Should load from ecl-make-image/") -#+(and ecl (not ecl-bytecmp)) +#+(and ecl (not ecl-bytecmp) (not os-macosx)) (progn (chdir (subpathname *test-directory* "ecl-make-image/")) (load "readme.lisp"))