We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf55dd commit 71887b4Copy full SHA for 71887b4
utils/swift_build_support/swift_build_support/products/cmark.py
@@ -52,6 +52,8 @@ def build(self, host_target):
52
self.cmake_options.define('CMAKE_BUILD_TYPE:STRING',
53
self.args.cmark_build_variant)
54
55
+ self.cmake_options.define('CMARK_THREADING', 'ON')
56
+
57
(platform, arch) = host_target.split('-')
58
59
common_c_flags = ' '.join(self.common_cross_c_flags(platform, arch))
0 commit comments