File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,15 +157,15 @@ class BuildScriptInvocation(object):
157
157
if args .build_tvos and args .build_tvos_device :
158
158
targets .extend (StdlibDeploymentTarget .AppleTV .targets )
159
159
if args .build_watchos and args .build_watchos_simulator :
160
- targets .extend (StdlibDeploymentTarget .AppleWatchSimulator .targets )
160
+ targets .extend (StdlibDeploymentTarget
161
+ .AppleWatchSimulator .targets )
161
162
if args .build_watchos and args .build_watchos_device :
162
163
targets .extend (StdlibDeploymentTarget .AppleWatch .targets )
163
164
return targets
164
165
else :
165
166
# All other machines only configure their host stdlib by default.
166
167
return [host_target ]
167
168
168
-
169
169
@staticmethod
170
170
def apply_default_arguments (toolchain , args ):
171
171
# Infer if ninja is required
You can’t perform that action at this time.
0 commit comments