Skip to content

Commit

Permalink
set CMARK_THREADING in cmark-gfm
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietMisdreavus committed Mar 15, 2022
1 parent ef04ab0 commit 216b2aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def build(self, host_target):
self.cmake_options.define('CMAKE_BUILD_TYPE:STRING',
self.args.cmark_build_variant)

self.cmake_options.define('CMARK_THREADING', 'ON')

(platform, arch) = host_target.split('-')

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

0 comments on commit 216b2aa

Please sign in to comment.