From b66a66b693f7f4387cfdda4e060f99d2f89d1124 Mon Sep 17 00:00:00 2001 From: Thad House Date: Mon, 21 Jul 2025 18:38:14 -0700 Subject: [PATCH] [commands] Add systemcore to command vendor dep (#8108) --- wpilibNewCommands/WPILibNewCommands.json | 1 + 1 file changed, 1 insertion(+) diff --git a/wpilibNewCommands/WPILibNewCommands.json b/wpilibNewCommands/WPILibNewCommands.json index 3718e0acd7..cf4ff02435 100644 --- a/wpilibNewCommands/WPILibNewCommands.json +++ b/wpilibNewCommands/WPILibNewCommands.json @@ -25,6 +25,7 @@ "sharedLibrary": true, "skipInvalidPlatforms": true, "binaryPlatforms": [ + "linuxsystemcore", "linuxathena", "linuxarm32", "linuxarm64",