Skip to content

Commit

Permalink
don't specify -sdk in Makefile.m1 for mpy-cross
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Jul 28, 2022
1 parent db6c983 commit 8b4a581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpy-cross/Makefile.m1
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +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
CC := $(shell xcrun --find clang) -isysroot $(shell xcrun --show-sdk-path) -target arm64-apple-macos11

0 comments on commit 8b4a581

Please sign in to comment.