vim: disable darwin support

Fixes build on Mac OS X hosts

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2018-07-02 16:59:45 +02:00
parent d03e32c513
commit 3b45e95542
1 changed files with 2 additions and 1 deletions

View File

@ -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 \