macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.47k stars 680 forks source link

Fix misc build issues: cleaning build folder and --with-macsdk #1441

Closed ychin closed 8 months ago

ychin commented 8 months ago

Fix cleaning the build folder causing incrementally building in Xcode to not work, by moving the runtime_folder_list.xcfilelist file to a separate MacVim/auto folder instead. This way, Xcode can have full control over its build folder and can clean / rebuild it.

Fix configure --with-macsdk to work, by updating to use modern Xcode folder structures and linker flags.