8000 don't specify -sdk in Makefile.m1 for mpy-cross · squix78/circuitpython@342d551 · GitHub
[go: up one dir, main page]

Skip to content

Commit 342d551

Browse files
committed
don't specify -sdk in Makefile.m1 for mpy-cross
1 parent 3d91aac commit 342d551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpy-cross/Makefile.m1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +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
10+
CC := $(shell xcrun --find clang) -isysroot $(shell xcrun --show-sdk-path) -target arm64-apple-macos11

0 commit comments

Comments
 (0)
0