view src/msys32.bat @ 15902:853b66fabd2f v8.1.0957

patch 8.1.0957: Mac: fsync fails on network share commit https://github.com/vim/vim/commit/35856718881834a76225530d502c68fdec6584cf Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 20 20:37:01 2019 +0100 patch 8.1.0957: Mac: fsync fails on network share Problem: Mac: fsync fails on network share. Solution: Check for ENOTSUP. (Yee Cheng Chin, closes https://github.com/vim/vim/issues/4016)
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Feb 2019 20:45:08 +0100
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%