We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 623b935 + dbf9918 commit d3238e0Copy full SHA for d3238e0
mpy-cross/Makefile.m1
@@ -7,5 +7,4 @@ BUILD=build-arm64
7
8
include mpy-cross.mk
9
# 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))
+CC := $(shell xcrun --sdk macosx11.1 --find clang) -isysroot $(shell xcrun --sdk macosx11.1 --show-sdk-path) -target arm64-apple-macos11
0 commit comments