mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-12 19:33:43 +08:00
Drop support for Intel macOS (#37215)
* Drop support for Intel macOS * arch.sh * scons * platform.sh * lil more * mv tici
This commit is contained in:
@@ -31,7 +31,7 @@ MAX_STREAMING_BUFFER_SIZE = 1000
|
||||
|
||||
def install():
|
||||
m = f"{platform.system()}-{platform.machine()}"
|
||||
supported = ("Linux-x86_64", "Linux-aarch64", "Darwin-arm64", "Darwin-x86_64")
|
||||
supported = ("Linux-x86_64", "Linux-aarch64", "Darwin-arm64")
|
||||
if m not in supported:
|
||||
raise Exception(f"Unsupported platform: '{m}'. Supported platforms: {supported}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user