mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
misc: UNIX => Unix #4022
Although UNIX is a registered trademark of The Open Group, it doesn't really matter whether we refer to these systems as UNIX, Unix, or Unix-like. So, for consistency, refer to them collectively as Unix. Related: http://www.greens.org/about/unix.html http://www.unixica.com/html/unixunix.html
This commit is contained in:
committed by
Michael Reed
parent
0735b05c82
commit
a7ade5c832
2
third-party/CMakeLists.txt
vendored
2
third-party/CMakeLists.txt
vendored
@@ -55,7 +55,7 @@ endif()
|
||||
|
||||
# Cross compiling: use these for dependencies built for the
|
||||
# HOST system, when not crosscompiling these should be the
|
||||
# same as DEPS_*. Except when targeting UNIX in which case
|
||||
# same as DEPS_*. Except when targeting Unix in which case
|
||||
# want all the dependencies to use the same compiler.
|
||||
if(CMAKE_CROSSCOMPILING AND NOT UNIX)
|
||||
set(HOSTDEPS_INSTALL_DIR "${CMAKE_BINARY_DIR}/host")
|
||||
|
||||
Reference in New Issue
Block a user