Skip to content

Commit d3238e0

Browse files
authored
Merge pull request #4836 from jepler/mpy-cross-m1-nlr
mpy-cross: Remove bug workaround, debug print
2 parents 623b935 + dbf9918 commit d3238e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mpy-cross/Makefile.m1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ BUILD=build-arm64
77

88
include mpy-cross.mk
99
# Because mpy-cross.mk unconditionally overwrites CC for Darwin, we must set it BELOW the inclusion
10-
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
11-
$(info pt2 CC=$(CC))
10+
CC := $(shell xcrun --sdk macosx11.1 --find clang) -isysroot $(shell xcrun --sdk macosx11.1 --show-sdk-path) -target arm64-apple-macos11

0 commit comments

Comments
 (0)