view src/msys64.bat @ 14451:9992af1ec9d3 v8.1.0239

patch 8.1.0239: now Ruby build fails on other systems commit https://github.com/vim/vim/commit/218beb3e96bcb7b20395be3bec6076c767be71a1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 4 17:24:44 2018 +0200 patch 8.1.0239: now Ruby build fails on other systems Problem: Now Ruby build fails on other systems. Solution: Always define rb_intern. (Ken Takata, closes https://github.com/vim/vim/issues/3275)
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Aug 2018 17:30:04 +0200
parents 78449866e9a9
children
line wrap: on
line source

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

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