mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00
build: use cmake to build treesitter on all platforms (#21984)
This reduces platform-specific differences and the amount of code.
This commit is contained in:
@@ -684,8 +684,6 @@ foreach(hfile ${NVIM_GENERATED_FOR_HEADERS})
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
# Our dependencies come first.
|
||||
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
|
||||
target_link_libraries(main_lib INTERFACE pthread c++abi)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user