From dbf9918f78323dc135019eb3b9148887948a3132 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 1 Jun 2021 12:46:31 -0500 Subject: [PATCH] mpy-cross: Remove bug workaround, debug print --- mpy-cross/Makefile.m1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mpy-cross/Makefile.m1 b/mpy-cross/Makefile.m1 index 063036f597..34e9841540 100644 --- a/mpy-cross/Makefile.m1 +++ b/mpy-cross/Makefile.m1 @@ -7,5 +7,4 @@ BUILD=build-arm64 include mpy-cross.mk # Because mpy-cross.mk unconditionally overwrites CC for Darwin, we must set it BELOW the inclusion -CC := $(shell xcrun --sdk macosx11.1 --find clang) -isysroot $(shell xcrun --sdk macosx11.1 --show-sdk-path) -target arm64-apple-macos11 -DMICROPY_NLR_SETJMP=1 -$(info pt2 CC=$(CC)) +CC := $(shell xcrun --sdk macosx11.1 --find clang) -isysroot $(shell xcrun --sdk macosx11.1 --show-sdk-path) -target arm64-apple-macos11