Skip to content

Commit 71887b4

Browse files
set CMARK_THREADING in cmark-gfm
1 parent 4cf55dd commit 71887b4

File tree

1 file changed

+2
-0
lines changed
  • utils/swift_build_support/swift_build_support/products

1 file changed

+2
-0
lines changed

utils/swift_build_support/swift_build_support/products/cmark.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ def build(self, host_target):
5252
self.cmake_options.define('CMAKE_BUILD_TYPE:STRING',
5353
self.args.cmark_build_variant)
5454

55+
self.cmake_options.define('CMARK_THREADING', 'ON')
56+
5557
(platform, arch) = host_target.split('-')
5658

5759
common_c_flags = ' '.join(self.common_cross_c_flags(platform, arch))

0 commit comments

Comments
 (0)