mirror of
https://github.com/vim/vim.git
synced 2025-11-01 10:07:16 -04:00
patch 8.2.1424: Mac build fails
Problem: Mac build fails.
Solution: Adjust configure to not fall back to Athena. Adjust some other
files.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
* gui_mac.c are used then. TODO: remove those instead?
|
||||
* But for MacVim we do need these ones.
|
||||
*/
|
||||
#if defined(FEAT_CLIPBOARD) && (!defined(FEAT_GUI_ENABLED) || defined(FEAT_GUI_MACVIM))
|
||||
#if defined(FEAT_CLIPBOARD) && (!defined(FEAT_GUI_ENABLED))
|
||||
|
||||
/* Used to identify clipboard data copied from Vim. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user