view src/msys64.bat @ 26368:744fdb15347d v8.2.3715

patch 8.2.3715: Vim9: valgrind reports spurious problems for a test Commit: https://github.com/vim/vim/commit/f0e496a85a89fb1fd21b6af6363dcfc276331110 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 1 12:41:31 2021 +0000 patch 8.2.3715: Vim9: valgrind reports spurious problems for a test Problem: Vim9: valgrind reports spurious problems for a test. Solution: Move the test to the set that is known to fail.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Dec 2021 13:45:03 +0100
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%