Skip to content

Commit

Permalink
link to pthread since pinyin is now using threaded loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Apr 21, 2024
1 parent 65e1d2e commit 20a5d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion im/pinyin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(PINYIN_SOURCES
)

add_library(pinyin MODULE ${PINYIN_SOURCES})
target_link_libraries(pinyin Fcitx5::Core Fcitx5::Config LibIME::Pinyin Boost::iostreams Fcitx5::Module::Punctuation Fcitx5::Module::QuickPhrase Fcitx5::Module::Notifications Fcitx5::Module::Spell Fcitx5::Module::PinyinHelper ${FMT_TARGET})
target_link_libraries(pinyin Fcitx5::Core Fcitx5::Config LibIME::Pinyin Boost::iostreams Fcitx5::Module::Punctuation Fcitx5::Module::QuickPhrase Fcitx5::Module::Notifications Fcitx5::Module::Spell Fcitx5::Module::PinyinHelper Pthread::Pthread ${FMT_TARGET})

if (TARGET Fcitx5::Module::LuaAddonLoader)
target_compile_definitions(pinyin PRIVATE -DFCITX_HAS_LUA)
Expand Down

0 comments on commit 20a5d3e

Please sign in to comment.