Fix SDK build script.

This commit is contained in:
Doug 2024-05-14 11:06:46 +01:00
parent 11b683601b
commit 8e4f62d639

View File

@ -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