From 9efe29621cd7d668599fe223e2a83bd9c03a1b0e Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 14 May 2024 11:06:46 +0100 Subject: [PATCH] Fix SDK build script. --- Tools/Sources/BuildSDK.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/Sources/BuildSDK.swift b/Tools/Sources/BuildSDK.swift index b5e29432d..a48baf7a5 100644 --- a/Tools/Sources/BuildSDK.swift +++ b/Tools/Sources/BuildSDK.swift @@ -28,7 +28,7 @@ struct BuildSDK: ParsableCommand { var simulator @Option(help: "The target to build for such as aarch64-apple-ios. Omit this option to build for all targets.") - var target: [Target] + var target: [Target] = [] @Option(help: "The profile to use when building the SDK. Omit this option to build in debug mode.") var profile: Profile = .reldbg