From 592cf7fb255c25dcb0159dff0d7fe013e88af7e1 Mon Sep 17 00:00:00 2001 From: Christian Jullien Date: Wed, 7 Jul 2021 09:09:12 +0200 Subject: [PATCH] Temporary remove osx cross build which is broken, at least on Windows. --- tests/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 700e2858..56a2832a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -281,13 +281,15 @@ cross-test : tcctest.c examples/ex3.c @echo ------------ $@ ------------ $(foreach T,$(CROSS-TGTS),$(call CROSS-COMPILE,$T)) +CROSS-MACOS= # x86_64-osx + CROSS-TGTS = \ i386 \ i386-win32 \ i386-OpenBSD \ x86_64 \ x86_64-win32 \ - x86_64-osx \ + $(CROSS-MACOS) \ x86_64-FreeBSD \ x86_64-NetBSD \ x86_64-OpenBSD \