mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
build/msvc: Make libtermkey depend on Unibilium
This commit is contained in:
5
third-party/cmake/BuildLibtermkey.cmake
vendored
5
third-party/cmake/BuildLibtermkey.cmake
vendored
@@ -47,7 +47,4 @@ ExternalProject_Add(libtermkey
|
||||
endif()
|
||||
|
||||
list(APPEND THIRD_PARTY_DEPS libtermkey)
|
||||
if(NOT WIN32)
|
||||
# There is no unibilium build recipe for Windows yet
|
||||
add_dependencies(libtermkey unibilium)
|
||||
endif()
|
||||
add_dependencies(libtermkey unibilium)
|
||||
|
Reference in New Issue
Block a user