view src/msys32.bat @ 32985:d37f43ba2120 v9.0.1787

patch 9.0.1787: Cannot build with latest luajit Commit: https://github.com/vim/vim/commit/d42f95bbfb5abcc78a0cc99f326691f328a2f33e Author: Christian Brabandt <cb@256bit.org> Date: Thu Aug 24 08:15:38 2023 +0200 patch 9.0.1787: Cannot build with latest luajit Problem: Cannot build with latest luajit Solution: adjust sed regexp and don't expect '-' in version output closes: #12896 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 24 Aug 2023 08:30:03 +0200
parents 78449866e9a9
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Msys2 with the 32 bit MinGW compiler.
rem Adjust the "c:\msys64" part to match your installation.
@echo on

set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH%