mirror of
https://github.com/darlinghq/xcbuild.git
synced 2025-02-22 17:34:02 +00:00
Fix building first target when no target option is specified. Fixes #110.
This commit is contained in:
parent
ced35639c7
commit
632995cf5a
@ -73,7 +73,7 @@ CreateParameters(Options const &options, std::vector<pbxsetting::Level> const &o
|
||||
options.workspace(),
|
||||
options.project(),
|
||||
options.scheme(),
|
||||
options.target(),
|
||||
(!options.target().empty() ? ext::make_optional(options.target()) : ext::nullopt),
|
||||
options.allTargets(),
|
||||
options.actions(),
|
||||
options.configuration(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user