Skip to content

Commit 07a03a1

Browse files
committed
Update build-using-self
Update the build-using-self to the `swift-build` and `swift-test` executable targets are built using the native build system Fixes: #9070
1 parent 96d7b55 commit 07a03a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Utilities/build-using-self

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ def main() -> None:
268268
"swift",
269269
"build",
270270
*global_args,
271+
"--build-system",
272+
"native",
271273
"--build-tests",
272274
*ignore_args,
273275
*args.additional_build_args.split(" ")
@@ -281,6 +283,8 @@ def main() -> None:
281283
"swift",
282284
"run",
283285
*global_args,
286+
"--build-system",
287+
"native",
284288
*ignore_args,
285289
*args.additional_run_args.split(" "),
286290
"swift-test",

0 commit comments

Comments
 (0)