A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/b8ae43dd24dcc81779c87d81244ab539f9107fa2 below:

skip libutil on SunOS · neovim/neovim@b8ae43d · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+5

-3

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+5

-3

lines changed Original file line number Diff line number Diff line change

@@ -468,9 +468,11 @@ list(APPEND NVIM_LINK_LIBRARIES

468 468 469 469

if(UNIX)

470 470

list(APPEND NVIM_LINK_LIBRARIES

471 -

m

472 -

util

473 -

)

471 +

m)

472 +

if (NOT CMAKE_SYSTEM_NAME STREQUAL "SunOS")

473 +

list(APPEND NVIM_LINK_LIBRARIES

474 +

util)

475 +

endif()

474 476

endif()

475 477 476 478

set(NVIM_EXEC_LINK_LIBRARIES ${NVIM_LINK_LIBRARIES} ${LUA_PREFERRED_LIBRARIES})

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4