Skip to content

Commit

Permalink
fix Windows build when ENABLE_EXTERNAL_PLUGINS
Browse files Browse the repository at this point in the history
  • Loading branch information
wzv5 authored Dec 28, 2024
1 parent 3a8ed90 commit 4f7a118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ set(rime_optional_deps "")
if(Gflags_FOUND)
set(rime_optional_deps ${rime_optional_deps} ${Gflags_LIBRARY})
endif()
if(ENABLE_EXTERNAL_PLUGINS)
if(ENABLE_EXTERNAL_PLUGINS AND NOT WIN32)
set(rime_optional_deps ${rime_optional_deps} dl)
endif()

Expand Down

0 comments on commit 4f7a118

Please sign in to comment.