Skip to content

Commit 66fb0ac

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 8a04a3c + d3238e0 commit 66fb0ac

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)