Skip to content

Commit bc13eb9

Browse files
committed
Target macOS 13.3
ld: warning: object file (build/temp.macosx-15.0-arm64-cpython-313/dlstatic/cscore_cpp/lib/libcscore.a[arm64][21](cscore_cpp.o)) was built for newer 'macOS' version (13.3) than being linked (13.0)
1 parent c3990f4 commit bc13eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# MACOSX_DEPLOYMENT_TARGET is required for linking to WPILib
1818
if sys.platform == "darwin":
19-
os.environ["MACOSX_DEPLOYMENT_TARGET"] = "13"
19+
os.environ["MACOSX_DEPLOYMENT_TARGET"] = "13.3"
2020

2121

2222
@click.group()

0 commit comments

Comments
 (0)