diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-19 18:05:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-19 18:05:51 +0200 |
commit | 4fa46a570b097cfb48e8d483e255e1cea3dc0625 (patch) | |
tree | 10dad794a712177e1df9f59918a96fedbde76363 /bootstrap-msvc.bat | |
parent | 79c34dc2feee1d05ee9926501a28c5ec0d6a717a (diff) |
Rework MSYS2 BLODA workaround
Diffstat (limited to 'bootstrap-msvc.bat')
-rw-r--r-- | bootstrap-msvc.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-msvc.bat b/bootstrap-msvc.bat index b0ec1f9..3964d6a 100644 --- a/bootstrap-msvc.bat +++ b/bootstrap-msvc.bat @@ -138,7 +138,7 @@ for %%d in (%src%) do ( rem Link. rem -call :link /Fe: build2\b-boot.exe %obj% shell32.lib psapi.lib +call :link /Fe: build2\b-boot.exe %obj% shell32.lib imagehlp.lib rem Clean up. rem |