Skip to content

Commit e83e889

Browse files
committed
build_script_invocation.py: remove unused cmark opt
1 parent 8722279 commit e83e889

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
@@ -104,7 +104,6 @@ def convert_to_impl_arguments(self):
104104
"--darwin-deployment-version-watchos=%s" % (
105105
args.darwin_deployment_version_watchos),
106106
"--cmake", toolchain.cmake,
107-
"--cmark-build-type", args.cmark_build_variant,
108107
"--llvm-build-type", args.llvm_build_variant,
109108
"--swift-build-type", args.swift_build_variant,
110109
"--swift-stdlib-build-type", args.swift_stdlib_build_variant,

0 commit comments

Comments
 (0)