move MACOSX_DEPLOYMENT_TARGET

This commit is contained in:
Logan McNaughton
2026-03-31 15:02:53 +02:00
parent 9b0b3e67a4
commit cef70faf1e
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -17,5 +17,4 @@ rustflags = ["-C", "target-cpu=cortex-a76"]
CC = "clang"
CXX = "clang++"
AR = "llvm-ar"
MACOSX_DEPLOYMENT_TARGET = "26.0"
SDKROOT = "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk"