Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Feb 8, 2024
1 parent d388714 commit 7157bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherpa-onnx/csrc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ if(NOT BUILD_SHARED_LIBS AND CMAKE_SYSTEM_NAME STREQUAL Linux)
target_link_libraries(sherpa-onnx-core -ldl)
endif()

if(NOT WIN32 AND NOT SHERPA_ONNX_ENABLE_WASM AND NOT BUILD_SHARED_LIBS)
if(NOT WIN32 AND NOT SHERPA_ONNX_ENABLE_WASM AND BUILD_SHARED_LIBS)
target_link_libraries(sherpa-onnx-core -pthread)
endif()

Expand Down

0 comments on commit 7157bf5

Please sign in to comment.