+5
-3
lines changedFilter options
+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