Skip to content

Commit 998856d

Browse files
committed
build_script_invocation.py: don't pass cmark args
1 parent 4ee657b commit 998856d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/swift_build_support/swift_build_support/build_script_invocation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ def convert_to_impl_arguments(self):
255255
# if we are going to build them and install_all is set, we also install
256256
# them.
257257
conditional_subproject_configs = [
258-
(args.build_cmark, "cmark"),
259258
(args.build_llvm, "llvm"),
260259
(args.build_swift, "swift"),
261260
(args.build_foundation, "foundation"),

0 commit comments

Comments
 (0)