aboutsummaryrefslogtreecommitdiff
path: root/test/functional/vimscript/system_spec.lua
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-01-12 16:49:17 +0100
committerGitHub <noreply@github.com>2023-01-12 16:49:17 +0100
commita0b2c124a3cba591575ecf6d2dfe91f515c2ebe2 (patch)
treec327264f423f4d9b9443e363f4e47deaa2f67cba /test/functional/vimscript/system_spec.lua
parent921e634119c14b03f9611f1602df171c9ffc9559 (diff)
downloadrneovim-a0b2c124a3cba591575ecf6d2dfe91f515c2ebe2.tar.gz
rneovim-a0b2c124a3cba591575ecf6d2dfe91f515c2ebe2.tar.bz2
rneovim-a0b2c124a3cba591575ecf6d2dfe91f515c2ebe2.zip
build: include our libraries before system libraries (#21746)
Including our libraries as system libraries is helpful to suppress any warnings, but the default behavior is to include it after existing libraries. This can become a problem with some package managers such as macports, as CMake automatically adds /opt/local to the include path, which is where they store all includes. This means that the wrong header might be chosen if it has the same name as the one from our dependencies. Adding the BEFORE keyword when including will ensure that our dependency headers are chosen first. Also remove old Darwin workarounds that shouldn't be necessary anymore. Closes: https://github.com/neovim/neovim/issues/21742
Diffstat (limited to 'test/functional/vimscript/system_spec.lua')
0 files changed, 0 insertions, 0 deletions