vim: disable darwin support
Fixes build on Mac OS X hosts Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
d03e32c513
commit
3b45e95542
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@ CONFIGURE_ARGS += \
|
|||
--disable-gpm \
|
||||
--disable-acl \
|
||||
--with-tlib=ncurses \
|
||||
--with-compiledby="non-existent-hostname-compiled"
|
||||
--with-compiledby="non-existent-hostname-compiled" \
|
||||
--disable-darwin
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
vim_cv_getcwd_broken=no \
|
||||
|
|
Loading…
Reference in a new issue