diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-10-01 06:08:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 06:08:47 +0800 |
commit | 248305cf377de6710daa89a92eb8605fa5dcbb1f (patch) | |
tree | 4410c2c83c3851366c2adc17a3465b26285dd0ea /src/nvim/diff.c | |
parent | 386bc23e4378f3c161efc924de49a21b2b2c305f (diff) | |
download | rneovim-248305cf377de6710daa89a92eb8605fa5dcbb1f.tar.gz rneovim-248305cf377de6710daa89a92eb8605fa5dcbb1f.tar.bz2 rneovim-248305cf377de6710daa89a92eb8605fa5dcbb1f.zip |
vim-patch:9.0.1964: xattr support fails to build on MacOS X (#25448)
Problem: xattr support fails to build on MacOS X
Solution: Disable xattr support for MacOS X
MacOS X uses the same headers and functions sys/xattr.h but the function
signatures for xattr support are much different, so building fails.
So let's for now disable xattr support there.
closes: vim/vim#13230
closes: vim/vim#13232
https://github.com/vim/vim/commit/a4dfbfed89e26a766e30cca62c18e710eec81c3f
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/nvim/diff.c')
0 files changed, 0 insertions, 0 deletions