Hi, On Sun, Jun 12, 2022 at 7:56 PM K.Takata <[email protected]> wrote: > > @k-takata commented on this pull request. > > ________________________________ > > In src/INSTALLpc.txt: > > > @@ -282,6 +282,27 @@ This command is in msys32.bat. Or for the 64 bit > > compiler use msys64.bat: > If you have msys64 in another location you will need to adjust the paths for > that. > > +2.5. Build Vim with Clang > + > +The following package group is required for building Vim with Clang: > + > +* mingw-w64-x86_64-clang > + > +Use the following command to install it: > + > + $ pacman -S mingw-w64-x86_64-clang > + > +Go to the source directory of Vim, then execute the make command. E.g.: > + > + CC=clang > > Isn't CXX=clang++ needed when OLE or DIRECTX is set to yes? >
Yes. I have updated the PR. Thanks, Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7k4xLBL_Kkr%2BQAFQNBXLYFCh%3DrLg3yC%3DEdER7ph_1Ux7g%40mail.gmail.com.
